temporary disable spirv to unbreak the build

This commit is contained in:
Sylvestre Ledru 2024-07-24 19:41:03 +02:00
parent 3c0d3f58fd
commit 2efcb337a3
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ llvm-toolchain-18 (1:18.1.8-5) unstable; urgency=medium
Closes: https://github.com/llvm/llvm-project/issues/99502 Closes: https://github.com/llvm/llvm-project/issues/99502
* Bring back libLLVM.so.18.1 as symlink library * Bring back libLLVM.so.18.1 as symlink library
(LP: #2073604) (LP: #2073604)
* temporary disable spirv to unbreak the build
[ John Paul Adrian Glaubitz ] [ John Paul Adrian Glaubitz ]
* Make regexp to grep for LLVM_DEFAULT_TARGET_TRIPLE less ambigious * Make regexp to grep for LLVM_DEFAULT_TARGET_TRIPLE less ambigious

2
debian/rules vendored
View File

@ -301,6 +301,8 @@ else
endif endif
endif endif
LLVM_SPIRV_INSTALLED = no
LIBCLC_TARGETS_TO_BUILD=amdgcn--;amdgcn--amdhsa;amdgcn-mesa-mesa3d;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl LIBCLC_TARGETS_TO_BUILD=amdgcn--;amdgcn--amdhsa;amdgcn-mesa-mesa3d;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl
LIBCLC_LLVM_SPIRV = LIBCLC_LLVM_SPIRV =
ifeq ($(LLVM_SPIRV_INSTALLED),yes) ifeq ($(LLVM_SPIRV_INSTALLED),yes)