From: Michał Górny Date: Tue, 1 Oct 2019 12:09:52 +0000 (+0200) Subject: sys-devel/llvm: Add ARC target X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0337acfc93433dcb7b505eeea86b91034eabfc78;p=gentoo.git sys-devel/llvm: Add ARC target Signed-off-by: Michał Górny --- diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild index 6bfea01a7391..92a9c5ae1c1c 100644 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild @@ -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