Revert "[SPIR-V] Add SPIRV to LLVM_ALL_TARGETS" (#123532)

Reverts llvm/llvm-project#119653
This commit is contained in:
Michal Paszkowski 2025-01-20 00:33:14 +01:00 committed by GitHub
parent 630139460e
commit 5af7905302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 13 deletions

View File

@ -25,5 +25,5 @@ jobs:
with:
build_target: check-llvm-codegen-spirv
projects:
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
os_list: '["ubuntu-22.04"]'

View File

@ -486,7 +486,6 @@ set(LLVM_ALL_TARGETS
PowerPC
RISCV
Sparc
SPIRV
SystemZ
VE
WebAssembly
@ -499,6 +498,7 @@ set(LLVM_ALL_EXPERIMENTAL_TARGETS
CSKY
DirectX
M68k
SPIRV
Xtensa
)

View File

@ -284,11 +284,8 @@ koachan@protonmail.com (email), [koachan](https://github.com/koachan) (GitHub)
#### SPIRV backend
Vyacheslav Levytskyy \
vyacheslav.levytskyy@intel.com, vyacheslav.levytskyy@gmail.com (email), [VyacheslavLevytskyy](https://github.com/VyacheslavLevytskyy) (GitHub)
Nathan Gauër \
brioche@google.com (email), [Keenuts](https://github.com/Keenuts) (GitHub)
Ilia Diachkov \
ilia.diachkov@gmail.com (email), [iliya-diyachkov](https://github.com/iliya-diyachkov) (GitHub)
#### SystemZ backend

View File

@ -47,12 +47,6 @@ for adding a new subsection. -->
same semantics. The normalizer makes it easier to spot semantic differences
when diffing two modules which have undergone different passes.
* The SPIR-V backend is now an official LLVM target, providing OpenCL and SYCL
conformance and establishing a foundation for broader applicability to other
APIs, including Vulkan, GLSL, and HLSL. This backend aims to offer a unified
approach for diverse compute and graphics workloads, providing a robust
alternative to the Khronos SPIR-V LLVM Translator.
* ...
<!-- If you would like to document a larger change, then you can add a