diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 10:02:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 10:21:45 +0100 |
commit | fc90287329fa908d889974cb8039ed4fde9e3dda (patch) | |
tree | 9d1463cc89e7cdc776b0d50183106e460faf6686 /sys-devel/llvm | |
parent | profiles/desc/llvm_targets.desc: Add CSKY (diff) | |
download | gentoo-fc90287329fa908d889974cb8039ed4fde9e3dda.tar.gz gentoo-fc90287329fa908d889974cb8039ed4fde9e3dda.tar.bz2 gentoo-fc90287329fa908d889974cb8039ed4fde9e3dda.zip |
sys-devel/llvm: Update the target list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-12.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-12.0.0.9999.ebuild b/sys-devel/llvm/llvm-12.0.0.9999.ebuild index 67438844e8ed..d15845fe310f 100644 --- a/sys-devel/llvm/llvm-12.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-12.0.0.9999.ebuild @@ -14,7 +14,7 @@ LLVM_MANPAGES=build llvm.org_set_globals # Those are in lib/Targets, without explicit CMakeLists.txt mention -ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC VE ) +ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY VE ) # Keep in sync with CMakeLists.txt ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore |