commit: ad8994337713b53fd00341ab70508b6b294bce32
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:15:03 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 16:51:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad899433
llvm.org.eclass: LoongArch is now a production target in 16.x!
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/llvm.org.eclass | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 47435f7980ac..80cf9f603e65 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -205,11 +205,12 @@ case ${LLVM_MAJOR} in
;;
*)
ALL_LLVM_EXPERIMENTAL_TARGETS=(
- ARC CSKY DirectX LoongArch M68k SPIRV Xtensa
+ ARC CSKY DirectX M68k SPIRV Xtensa
)
ALL_LLVM_PRODUCTION_TARGETS=(
- AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430
NVPTX
- PowerPC RISCV Sparc SystemZ VE WebAssembly X86 XCore
+ AArch64 AMDGPU ARM AVR BPF Hexagon Lanai LoongArch Mips
+ MSP430 NVPTX PowerPC RISCV Sparc SystemZ VE WebAssembly
X86
+ XCore
)
;;
esac