diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-13 15:15:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-13 17:51:00 +0100 |
commit | ad8994337713b53fd00341ab70508b6b294bce32 (patch) | |
tree | a00db196278c2fd8e6c9cb44d7e91801af057e1a /eclass | |
parent | media-video/mpv: drop obsolete rst2html workaround in live (diff) | |
download | gentoo-ad8994337713b53fd00341ab70508b6b294bce32.tar.gz gentoo-ad8994337713b53fd00341ab70508b6b294bce32.tar.bz2 gentoo-ad8994337713b53fd00341ab70508b6b294bce32.zip |
llvm.org.eclass: LoongArch is now a production target in 16.x!
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/llvm.org.eclass | 7 |
1 files 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 |