diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 10:03:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 10:21:48 +0100 |
commit | 8e73ce891074f01b4997c048103a3932dbcb7506 (patch) | |
tree | b17e8e192a3568c60d6b204b95a08809b5fe1531 /sys-devel/clang | |
parent | dev-ml/llvm-ocaml: Update the target list (diff) | |
download | gentoo-8e73ce891074f01b4997c048103a3932dbcb7506.tar.gz gentoo-8e73ce891074f01b4997c048103a3932dbcb7506.tar.bz2 gentoo-8e73ce891074f01b4997c048103a3932dbcb7506.zip |
sys-devel/clang: Update the target list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-12.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild b/sys-devel/clang/clang-12.0.0.9999.ebuild index c2935609f3f7..a186693b4e0e 100644 --- a/sys-devel/clang/clang-12.0.0.9999.ebuild +++ b/sys-devel/clang/clang-12.0.0.9999.ebuild @@ -19,7 +19,7 @@ LLVM_TEST_COMPONENTS=( llvm.org_set_globals # Keep in sync with sys-devel/llvm -ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC VE ) +ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY VE ) ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore "${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" ) |