mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 22:30:27 +00:00
temporary disable spirv to unbreak the build
This commit is contained in:
parent
3c0d3f58fd
commit
2efcb337a3
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user