diff --git a/debian/changelog b/debian/changelog index c4f8f10e..d1798f60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 22 Oct 2022 15:48:48 +0200 + -- Sylvestre Ledru Fri, 28 Oct 2022 10:25:45 +0200 llvm-toolchain-15 (1:15.0.3-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 5b569577..1a82e96e 100755 --- a/debian/rules +++ b/debian/rules @@ -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