projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b548460
)
sys-devel/llvm: Add ARC target
author
Michał Górny
<mgorny@gentoo.org>
Tue, 1 Oct 2019 12:09:52 +0000
(14:09 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/sys-devel/llvm/llvm-10.0.0.9999.ebuild
b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
index 6bfea01a73913e14bf4bd6a652c4bac27a412ca6..92a9c5ae1c1c7b9b22752539168d59ac8e829a0f 100644
(file)
--- 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=( A
RC A
VR )
# 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