mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 17:07:11 +00:00
unbreak the libclc build
This commit is contained in:
parent
f884c9906e
commit
7729b52cdd
2
debian/rules
vendored
2
debian/rules
vendored
@ -751,7 +751,7 @@ debian-libclc-build:
|
|||||||
-DLLVM_CMAKE_DIR=$(STAGE_2_BIN_DIR)/../ \
|
-DLLVM_CMAKE_DIR=$(STAGE_2_BIN_DIR)/../ \
|
||||||
$(LIBCLC_LLVM_SPIRV) \
|
$(LIBCLC_LLVM_SPIRV) \
|
||||||
-DLIBCLC_TARGETS_TO_BUILD=$(LIBCLC_TARGETS_TO_BUILD); \
|
-DLIBCLC_TARGETS_TO_BUILD=$(LIBCLC_TARGETS_TO_BUILD); \
|
||||||
ninja -j $(NJOBS) $(VERBOSE)
|
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(STAGE_2_LIB_DIR) ninja -j $(NJOBS) $(VERBOSE)
|
||||||
ifndef LLVM_SPIRV
|
ifndef LLVM_SPIRV
|
||||||
echo "libclc built without SPIRV (.spv) outputs because llvm-spirv wasn't found"
|
echo "libclc built without SPIRV (.spv) outputs because llvm-spirv wasn't found"
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user