From: Raspbian automatic forward porter Date: Fri, 17 Jul 2020 17:56:59 +0000 (+0100) Subject: Merge version 1:10.0.0-4+rpi1 and 1:10.0.1~+rc4-1 to produce 1:10.0.1~+rc4-1+rpi1 X-Git-Tag: archive/raspbian/1%10.0.1_+rc4-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d52488035bd71c7809176705b198b33b971c4f6;p=llvm-toolchain-10.git Merge version 1:10.0.0-4+rpi1 and 1:10.0.1~+rc4-1 to produce 1:10.0.1~+rc4-1+rpi1 --- 2d52488035bd71c7809176705b198b33b971c4f6 diff --cc debian/changelog index 6b214b9cc,b12c17bb2..7c66b2e0b --- a/debian/changelog +++ b/debian/changelog @@@ -1,40 -1,61 +1,99 @@@ - llvm-toolchain-10 (1:10.0.0-4+rpi1) bullseye-staging; urgency=medium ++llvm-toolchain-10 (1:10.0.1~+rc4-1+rpi1) bullseye-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, 25 Apr 2020 04:13:15 +0000 ++ -- Raspbian forward porter Fri, 17 Jul 2020 17:56:57 +0000 ++ + llvm-toolchain-10 (1:10.0.1~+rc4-1) unstable; urgency=medium + + * New RC release (of course, I was wrong) + * Update the binfmt-support postinstall to match what is done elsewhere + in Debian + * Add binfmt-support to one of the autopkgtest tests + And make sure that the test is only executed when installed correctly + Otherwise, fails with + "./foo.bc: cannot execute binary file: Exec format error" + * patches/remove-trailing-space-version.diff: cherry-pick an upstream patch + to address https://bugs.llvm.org/show_bug.cgi?id=38998#c15 + trailing whitespace of clang full version causing a display issue + when building the linux kernel with clang + + -- Sylvestre Ledru Wed, 08 Jul 2020 10:49:26 +0200 + + llvm-toolchain-10 (1:10.0.1~+rc3-1) unstable; urgency=medium + + * New rc release. Should be the last (this is why I am + uploading to unstable) + * Ship with integration-test-suite-test and run it with autopkgtest + integration-test-suite-test is a project started by Serge Guelton + and myself. + The goal is to provide a set of tests to verify that llvm/clang/etc + are working as expected in a distro (Linux, BSD, etc). + But also to bring a set of expectations of what a LLVM toolchain should + looks like when shipping to users. + Serge is taking care of that work for Fedora/Redhat. + + -- Sylvestre Ledru Tue, 07 Jul 2020 09:44:59 +0200 + + llvm-toolchain-10 (1:10.0.1~+rc2-1~exp1) experimental; urgency=medium + + * New rc release + * Pass CLANG_VENDOR to CLANG_BOOTSTRAP_PASSTHROUGH + Fix https://bugs.llvm.org/show_bug.cgi?id=38998 + For our friends of https://github.com/ClangBuiltLinux/ + * remove try-to-fix-polly-link.patch and D74453-riscv-atomic_cmp_xchg.diff + (applied upstream) + + -- Sylvestre Ledru Sat, 27 Jun 2020 11:28:28 +0200 + + llvm-toolchain-10 (1:10.0.1~+rc1-1~exp1) experimental; urgency=medium + + [ Sylvestre Ledru ] + * first rc of 10.0.1 + * Enable LLVM_ENABLE_DUMP (Closes: #956966) + * Move binfmt-support as Recommends llvm-10-runtime + instead of a strong dependencies (Closes: #958127) + * build libc++ with -DLIBCXX_USE_COMPILER_RT=YES + and -DLIBCXXABI_USE_COMPILER_RT=YES + * Remove D76596.diff (merged upstream) + + [ Gianfranco Costamagna ] + * Don't run tests on riscv64/Ubuntu for now, the virtual machines timeout + during testsuite (probably lack of proper capable hardware to run it) + + -- Sylvestre Ledru Tue, 19 May 2020 08:17:26 +0200 llvm-toolchain-10 (1:10.0.0-4) unstable; urgency=medium diff --cc debian/patches/series index 92778938d,e652879de..b490e6b0f --- a/debian/patches/series +++ b/debian/patches/series @@@ -101,13 -120,17 +101,13 @@@ 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 - clang-riscv64-multiarch.diff - D74453-riscv-atomic_cmp_xchg.diff + risc/clang-riscv64-multiarch.diff + risc/riscv64-multilib-empty.patch - # Compiler-rt - workaround workaround-bug-42994-use-linker.diff - # bug 939472 #try-to-unbreak-thinlto.diff D67877.patch @@@ -116,8 -139,10 +116,8 @@@ no-z3.patc python3-shebang.patch print-lldb-path.patch no-cgi.patch - d21664cce1db8debe2528f36b1fbd2b8af9c9401.patch - 0001-systemz-allow-configuring-default-SYSTEMZ_DEFAULT_AR.patch - D76596.diff - riscv64-multilib-empty.patch - + ubuntu-groovy.diff + clang_vendor_pass_stage2.diff + remove-trailing-space-version.diff +raspbian-triplet.patch