commit: f336c7254de6ebc57b01b21c7e4715e5cf762ffa Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 27 04:43:38 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 27 08:25:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f336c725
profiles/desc: Describe LLVM_TARGETS=SPIRV Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/llvm_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 41e5063e0182..3ae1da77148c 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -19,6 +19,7 @@ NVPTX - NVIDIA PTX (GPU) target (32-bit and 64-bit) PowerPC - PowerPC CPU target (PPC32 and PPC64) RISCV - RISC-V CPU target Sparc - Sparc CPU target +SPIRV - Support SPIR-V language target for graphics and parallel computing SystemZ - SystemZ (s390x) CPU target VE - NEC SX-Aurora TSUBASA vector engine target WebAssembly - WebAssembly backend
