mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 14:15:21 +00:00
fix some parallel executions
This commit is contained in:
parent
12a4fecdca
commit
f9a9e959de
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
llvm-toolchain-15 (1:15.0.2-2~exp3) UNRELEASED; urgency=medium
|
llvm-toolchain-15 (1:15.0.2-2~exp3) experimental; urgency=medium
|
||||||
|
|
||||||
* Build using LTO - better performances of the llvm-toolchain
|
* Build using LTO - better performances of the llvm-toolchain
|
||||||
binaires
|
binaires
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -706,7 +706,7 @@ ifeq ($(LLVM_SPIRV_INSTALLED),yes)
|
|||||||
-DLLVM_CONFIG=$(STAGE_2_BIN_DIR)/llvm-config \
|
-DLLVM_CONFIG=$(STAGE_2_BIN_DIR)/llvm-config \
|
||||||
-DLLVM_SPIRV=/usr/bin/llvm-spirv-$(LLVM_SPIR_VERSION) \
|
-DLLVM_SPIRV=/usr/bin/llvm-spirv-$(LLVM_SPIR_VERSION) \
|
||||||
-DLIBCLC_TARGETS_TO_BUILD=$(LIBCLC_TARGETS_TO_BUILD); \
|
-DLIBCLC_TARGETS_TO_BUILD=$(LIBCLC_TARGETS_TO_BUILD); \
|
||||||
ninja $(NJOBS) $(VERBOSE)
|
ninja -j $(NJOBS) $(VERBOSE)
|
||||||
else
|
else
|
||||||
echo "libclc isn't built LLVM_SPIRV_INSTALLED=$(LLVM_SPIRV_INSTALLED)"
|
echo "libclc isn't built LLVM_SPIRV_INSTALLED=$(LLVM_SPIRV_INSTALLED)"
|
||||||
endif
|
endif
|
||||||
@ -739,7 +739,7 @@ debian-rtlib-wasm-build:
|
|||||||
-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON \
|
-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON \
|
||||||
-DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=$$build-unknown-unknown \
|
-DCOMPILER_RT_DEFAULT_TARGET_TRIPLE=$$build-unknown-unknown \
|
||||||
-DCOMPILER_RT_OS_DIR=wasi; \
|
-DCOMPILER_RT_OS_DIR=wasi; \
|
||||||
ninja -C build-compiler-rt-$$build $(NJOBS) $(VERBOSE); \
|
ninja -C build-compiler-rt-$$build -j $(NJOBS) $(VERBOSE); \
|
||||||
done
|
done
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user