mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 14:21:14 +00:00
fix the libclc check
This commit is contained in:
parent
c50ef4d13a
commit
20b0700d71
4
debian/rules
vendored
4
debian/rules
vendored
@ -260,10 +260,10 @@ else
|
||||
control_vars = '-Vdep:devlibs=libstdc++6-$(GCC_VERSION)-dev'
|
||||
endif
|
||||
|
||||
ifeq ($(shell command -v llvm-spirv),)
|
||||
ifeq ($(shell command -v llvm-spirv-14),)
|
||||
LLVM_SPIRV_INSTALLED = no
|
||||
else
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' llvm-spirv) gt 14.0.0 ; echo $$?),0)
|
||||
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' llvm-spirv-14) gt 14.0.0 ; echo $$?),0)
|
||||
# Too old llvm-spirv version are failing. See #52200
|
||||
LLVM_SPIRV_INSTALLED = yes
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user