sys-devel/llvm: Add ARC target
authorMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 12:09:52 +0000 (14:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 12:22:30 +0000 (14:22 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/llvm/llvm-10.0.0.9999.ebuild

index 6bfea01a73913e14bf4bd6a652c4bac27a412ca6..92a9c5ae1c1c7b9b22752539168d59ac8e829a0f 100644 (file)
@@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
        https://github.com/llvm-mirror/llvm.git"
 
 # Those are in lib/Targets, without explicit CMakeLists.txt mention
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR )
 # Keep in sync with CMakeLists.txt
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
        NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore