summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-27 06:28:47 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-27 06:40:46 +0200
commit102089fb95d43237e655e249ab8a5ed629b267b0 (patch)
tree67aedd86991a09adc23f29e5ed545b8dee466656 /eclass
parentprofiles/desc: Describe LLVM_TARGETS=DirectX (diff)
downloadgentoo-102089fb95d43237e655e249ab8a5ed629b267b0.tar.gz
gentoo-102089fb95d43237e655e249ab8a5ed629b267b0.tar.bz2
gentoo-102089fb95d43237e655e249ab8a5ed629b267b0.zip
llvm.org.eclass: Add DirectX target for LLVM 15+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/llvm.org.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index b55709426d32..746d7ccf235e 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -161,7 +161,7 @@ case ${PV} in
)
;;
*)
- ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY LoongArch M68k )
+ ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC CSKY DirectX LoongArch M68k )
ALL_LLVM_PRODUCTION_TARGETS=(
AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX
PowerPC RISCV Sparc SystemZ VE WebAssembly X86 XCore