diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-01 14:09:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-01 14:22:30 +0200 |
commit | 0337acfc93433dcb7b505eeea86b91034eabfc78 (patch) | |
tree | a5c2fb3bc2d328f441012ffe115f3702fd939778 | |
parent | profiles/desc/llvm_targets.desc: Add ARC (diff) | |
download | gentoo-0337acfc93433dcb7b505eeea86b91034eabfc78.tar.gz gentoo-0337acfc93433dcb7b505eeea86b91034eabfc78.tar.bz2 gentoo-0337acfc93433dcb7b505eeea86b91034eabfc78.zip |
sys-devel/llvm: Add ARC target
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-devel/llvm/llvm-10.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |