mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 10:53:06 +00:00
remove the failed bionic sccache stuff
This commit is contained in:
parent
6dcaabaaa0
commit
47f6ef82d6
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,11 +1,10 @@
|
||||
llvm-toolchain-15 (1:15.0.3-2~exp1) experimental; urgency=medium
|
||||
llvm-toolchain-15 (1:15.0.3-2) unstable; urgency=medium
|
||||
|
||||
* Bring back LTO - increase the perf of clang by ~4%
|
||||
* Cherry-pick upstream fix to unbreak mips (closes: #1022169)
|
||||
Thanks to YunQiang Su for the patch
|
||||
https://reviews.llvm.org/D135553
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 22 Oct 2022 15:48:48 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 28 Oct 2022 10:25:45 +0200
|
||||
|
||||
llvm-toolchain-15 (1:15.0.3-1) unstable; urgency=medium
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -449,10 +449,6 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
|
||||
SCCACHE_ENABLE=yes
|
||||
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
|
||||
endif
|
||||
# Disable sccache on bionic
|
||||
ifneq (,$(filter $(DISTRO),bionic))
|
||||
SCCACHE_ENABLE=no
|
||||
endif
|
||||
|
||||
# enables cmake build targets like stage2-[target_name]
|
||||
ENABLED_STAGE2_CMAKE_BUILD_TARGETS = check-all;check-llvm;check-clang;check-clang-tools;check-lld;check-libcxx;check-libcxxabi;check-mlir;check-sanitizer;llvm-config;test-suite
|
||||
|
Loading…
Reference in New Issue
Block a user