summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-10 16:23:56 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-10 23:54:40 +0100
commite8343d266a07776fb4e44aa6ddb6f8713d74541a (patch)
tree91337ec9196c8dc88bee50e95f8d31466e7563da /eclass/llvm.org.eclass
parentprofiles/desc: Update experimental target descs (diff)
downloadgentoo-e8343d266a07776fb4e44aa6ddb6f8713d74541a.tar.gz
gentoo-e8343d266a07776fb4e44aa6ddb6f8713d74541a.tar.bz2
gentoo-e8343d266a07776fb4e44aa6ddb6f8713d74541a.zip
llvm.org.eclass: Add LoongArch target
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 7ae4eab3e7a0..5411d81a7877 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -142,13 +142,20 @@ case ${PV} in
PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
)
;;
- *)
+ 14*)
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
)
;;
+ *)
+ ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY LoongArch 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=(