From: Raspbian automatic forward porter Date: Thu, 30 Sep 2021 22:30:03 +0000 (+0100) Subject: Merge version 1:11.0.1-2+rpi1 and 1:11.1.0-4 to produce 1:11.1.0-4+rpi1 X-Git-Tag: archive/raspbian/1%11.1.0-4+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a471e7debd70d4dfa5ed8aef939d1eeee3c9613c;p=llvm-toolchain-11.git Merge version 1:11.0.1-2+rpi1 and 1:11.1.0-4 to produce 1:11.1.0-4+rpi1 --- a471e7debd70d4dfa5ed8aef939d1eeee3c9613c diff --cc debian/changelog index b909b3ac0,5c71ceaa2..3eaeb5e35 --- a/debian/changelog +++ b/debian/changelog @@@ -1,40 -1,69 +1,107 @@@ - llvm-toolchain-11 (1:11.0.1-2+rpi1) bullseye-staging; urgency=medium ++llvm-toolchain-11 (1:11.1.0-4+rpi1) bookworm-staging; urgency=medium + + [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green at Sat, 14 May 2016 21:43:35 +0000] + * Cleanup .pyc files in clean target. + * Add a hack to the cmake based build to force armv6 (unfortunately the cmake + based build relies on config.guess which assumes you want to build for the + hardware you are running on). + * Add -DCOMPILER_RT_BUILD_BUILTINS=OFF to disable parts of compiler-rt that + are broken on lower arm architectures. + + [changes introduced in llvm-toolchain-3.9 1:3.9.1-1 by Peter Michael Green] + * disable testsuite (using a method that is hopefully less likely to cause diff conflicts than previously). + * Remove -march=armv7-a in compiler-rt/cmake/config-ix-base.cmake + * Clean up debian/usr in clean target. + * Clean up clang/tools/*-3.9 in clean target. + * Clean up stray *3.9.vim files + * Clean up clang/tools/scan-build/man/scan-build-3.9.1 and utils/vim/llvm-3.9-vimrc + * Clean up debian/*.install + + [changes introduced in llvm-toolchain-6.0 1:6.0-1+rpi1 by Peter michael green] + * create build-llvm/docs/ocamldoc/html/ so the install target doesn't complain + about it not existing. + * clean up more crap left behind by build process. + + [changes introduced in llvm-toolchain-6.0 1:6.0-3+rpi1 by Peter Michael Green] + * Remove debian/man in clean target. + + [changes introduced in llvm-toolchain-7 1:7-6+rpi1 by Peter Michael Green] + * Use libatomic on armhf + * Set cmake/config.guess.hack back to mode 644 in clean target to keep + git/dgit happy. + * Yet more clean target fixes. + + [changes introduced in llvm-toolchain-7 1:7.0.1-1+rpi2 by Peter Michael Green] + * Change triplet in debian/rules to use armv6k rather than armv7l + - -- Raspbian forward porter Sat, 23 Jan 2021 14:24:45 +0000 ++ -- Raspbian forward porter Thu, 30 Sep 2021 22:30:01 +0000 ++ + llvm-toolchain-11 (1:11.1.0-4) unstable; urgency=medium + + * Force version to 11.1 in another qualify-clang.sh test. + + -- Gianfranco Costamagna Tue, 28 Sep 2021 12:06:50 +0200 + + llvm-toolchain-11 (1:11.1.0-3) unstable; urgency=medium + + * Add two patches from ubuntu to fix lto and gcc-11 build failures + * Use minimum version for cmake-test + * Don't require libclang-11-dev on cmake-test + * Add new llvm-11-linker-tools (from Ubuntu) + * Merge new fixes from branch=9 + * clang-11: Drop Recommends: libomp-11-dev + + -- Gianfranco Costamagna Mon, 27 Sep 2021 15:50:46 +0200 + + llvm-toolchain-11 (1:11.1.0-2) unstable; urgency=medium + + * Ajust the cmake test to unbreak autopkgtest + + -- Sylvestre Ledru Sun, 26 Sep 2021 22:02:43 +0200 + + llvm-toolchain-11 (1:11.1.0-1) unstable; urgency=medium + + [ Sylvestre Ledru ] + * Upload to unstable + * bump autopkgtest cmake version (Closes: #994501) + Thanks to Timo Röhling for the patch + + [ Gianfranco Costamagna ] + * Cherry-pick upstream commit to fix a libgl1-mesa-dri texture failure. + (Closes: #989545) + + -- Sylvestre Ledru Fri, 24 Sep 2021 12:54:55 +0200 + + llvm-toolchain-11 (1:11.1.0-1~exp2) experimental; urgency=medium + + * Fix the default binary path for scan-build-py to clang-11 (instead of + clang) - see scan-build-py-fix-default-bin.diff + tested by + https://github.com/opencollab/llvm-toolchain-integration-test-suite/ + + [ Krzysztof Aleksander Pyrkosz ] + * Add libxml2 as a dependency as it is necessary + for llvm manifest tool (llvm-mt) + (Closes: #990537) + - not really working for now + + -- Sylvestre Ledru Sat, 17 Jul 2021 20:13:57 +0200 + + llvm-toolchain-11 (1:11.1.0-1~exp1) experimental; urgency=medium + + * New upstream release + Should be mostly minor fixes + Was driven by https://bugs.llvm.org/show_bug.cgi?id=46526 + but as we are not impacted, I reverted the change in + debian/patches/revert-abi-change-clang.diff + * Also build lld on s390x + * Fix the path to analyze-{cc,c++} for scan-build-py with + --intercept-first (scan-build-py-fix-analyze-path.diff) + * Backport bug #47591 to fix a miscompilation in bpftrace + (Closes: #990220) + * Only enable libomp-11-doc on supported archs + + -- Sylvestre Ledru Mon, 01 Mar 2021 10:50:19 +0100 llvm-toolchain-11 (1:11.0.1-2) unstable; urgency=medium diff --cc debian/patches/series index d8451289b,82c1a1199..b45d3c996 --- a/debian/patches/series +++ b/debian/patches/series @@@ -101,21 -120,32 +101,27 @@@ hurd/hurd-pathmax.dif # kfreebsd/lldb_source_Host_freebsd_Host.cpp.diff # kfreebsd/lldb_source_Plugins_Process_FreeBSD.diff # kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff - 930008-arm.diff bootstrap-fix-include-next.diff - # riscv64 risc/clang-riscv64-multiarch.diff -- # Compiler-rt - workaround workaround-bug-42994-use-linker.diff - # bug 939472 #try-to-unbreak-thinlto.diff #D67877-cmake-clang-example.patch -- x86-fuzzer.patch -- python3-shebang.patch print-lldb-path.patch libcxx-armhf-ftbfs.diff silent-integration-test-suite-i386.diff + 0001-Add-minor-version-to-libclang.so-and-libclang-cpp.so.patch + revert-abi-change-clang.diff + scan-build-py-fix-analyze-path.diff + D91833-bpftrace-fix-code-gen.diff + scan-build-py-fix-default-bin.diff + mesa-texture-failure.patch + remove-cyclades.diff + D99501-ignore-lto-auto.diff + fix-missing-include-limit.patch +raspbian-triplet.patch