summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-11 12:26:29 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-11 17:12:11 +0100
commiteeda9410fcc72f526337517cdbed596dc0785d40 (patch)
tree8d31303894b1b70d7f4ac10b528ee35d31ff60f9 /eclass/llvm.org.eclass
parentdev-java/trident: treeclean (diff)
downloadgentoo-eeda9410fcc72f526337517cdbed596dc0785d40.tar.gz
gentoo-eeda9410fcc72f526337517cdbed596dc0785d40.tar.bz2
gentoo-eeda9410fcc72f526337517cdbed596dc0785d40.zip
llvm.org.eclass: VE target is non-experimental in 14.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/llvm.org.eclass')
-rw-r--r--eclass/llvm.org.eclass9
1 files changed, 8 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index f33599c3bb58..7ad6d1efe94e 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -135,13 +135,20 @@ case ${PV} in
10*|11*|12*)
# this API is not present for old LLVM versions
;;
- *)
+ 13*)
ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY M68k VE )
ALL_LLVM_PRODUCTION_TARGETS=(
AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX
PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
)
;;
+ *)
+ ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY M68k )
+ ALL_LLVM_PRODUCTION_TARGETS=(
+ AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX
+ PowerPC RISCV Sparc SystemZ VE WebAssembly X86 XCore
+ )
+ ;;
esac
ALL_LLVM_TARGET_FLAGS=(