From: Peter Michael Green Date: Thu, 10 Feb 2022 16:55:36 +0000 (+0000) Subject: Manual merge of version 1:13.0.0-9+rpi2 and 1:13.0.1~+rc3-1~exp1 to produce 1:13... X-Git-Tag: archive/raspbian/1%14.0.4-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d05ce81772ff15eb547b735b5d6087a95e7bf39d;p=llvm-toolchain-14.git Manual merge of version 1:13.0.0-9+rpi2 and 1:13.0.1~+rc3-1~exp1 to produce 1:13.0.1~+rc3-1~exp1+rpi1 --- d05ce81772ff15eb547b735b5d6087a95e7bf39d diff --cc debian/changelog index 0eb11b7a64,2b3babb5f6..113708a5d7 --- a/debian/changelog +++ b/debian/changelog @@@ -1,52 -1,64 +1,111 @@@ - llvm-toolchain-13 (1:13.0.0-9+rpi2) bookworm-staging; urgency=medium - - * Remove armhf from architecture list for libunwind-13-dev dependency. - - -- Peter Michael Green Tue, 23 Nov 2021 22:37:30 +0000 - - llvm-toolchain-13 (1:13.0.0-9+rpi1) bookworm-staging; urgency=medium ++llvm-toolchain-13 (1:13.0.1~+rc3-1~exp1+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 + + [changes introduced in llvm-toolchain-12 1:12.0.1-16 by Peter Michael Green] + * Disable llvm libunwind on armhf, it seems to come out armv7 contaminated. + + [changes introduced in llvm-toolchain-13 (1:13.0.0-9+rpi1 by Peter Michael Green] + * Disable scudo on armhf, it needs atomics which we do not want to enable. + - -- Peter Michael Green Wed, 17 Nov 2021 04:09:35 +0000 ++ [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green at Tue, 23 Nov 2021 22:37:30 +0000] ++ * Remove armhf from architecture list for libunwind-13-dev dependency. ++ ++ -- Peter Michael Green Thu, 10 Feb 2022 16:53:49 +0000 ++ + llvm-toolchain-13 (1:13.0.1~+rc3-1~exp1) experimental; urgency=medium + + [ Samuel Thibault ] + * Explicitly link against -latomic on all ports, not only the Linux ones. + * Stop hardcoding -DCMAKE_SYSTEM_NAME=Linux as cmake parameter, as it breaks + stage2 builds on non-Linux architectures + + [ Pino Toscano ] + * debian/rules: Disable 64bit runtime build on hurd-i386 (Closes: #1003081). + + [ Sylvestre Ledru ] + * New rc + * Lower the debhelper dep to 10 for debian stretch + * Rename ocaml-nox => ocaml-base (Closes: #1002609) + * Remove Build-Conflicts: ocaml + + -- Sylvestre Ledru Thu, 13 Jan 2022 21:17:23 +0100 + + llvm-toolchain-13 (1:13.0.1~+rc1-1~exp4) experimental; urgency=medium + + * Fix the cmake file with the mlir introducing + + -- Sylvestre Ledru Thu, 06 Jan 2022 14:30:59 +0100 + + llvm-toolchain-13 (1:13.0.1~+rc1-1~exp3) experimental; urgency=medium + + * Build and ship MLIR as 3 new packages (libmlir-13-dev, libmlir-13 + and mlir-13-tools) + * Install bfd plugins in + /usr/lib/bfd-plugins/LLVMgold-@LLVM_VERSION@.so + + -- Sylvestre Ledru Fri, 31 Dec 2021 12:22:38 +0100 + + llvm-toolchain-13 (1:13.0.1~+rc1-1~exp2) experimental; urgency=medium + + * Bring back the dependency clang => llvm-13-linker-tools + * Unbreak llvm-toolchain-13 on buster. + -fuse-ld=gold wasn't passed to compiler-rt. it was using bfd. + And binutils shipping in buster has a bug preventing this to work: + https://github.com/llvm/llvm-project/issues/42339 + * Remove AVR from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. stable since 11 + https://releases.llvm.org/11.0.0/docs/ReleaseNotes.html#changes-to-the-avr-target + * Use the version suffix when calling wasm-ld => wasm-ld-13 + https://bugzilla.mozilla.org/show_bug.cgi?id=1747145 + * Fix run-clang-tidy symlink. it moved from /usr/lib/llvm-13/share/clang/run-clang-tidy + to /usr/lib/llvm-13/bin/run-clang-tidy + (Closes: #1001748) + * Install LLVMgold in usr/lib/bfd-plugins to help various tools to understand the + format (Closes: #919020) + + -- Sylvestre Ledru Thu, 16 Dec 2021 14:28:09 +0100 + + llvm-toolchain-13 (1:13.0.1~+rc1-1~exp1) experimental; urgency=medium + + * New testing release + * Use parallel + -4 for the xz tarballs compression to make it faster + * Add manpages for git-clang-format & run-clang-tidy + * Add back -DLLVM_VERSION_SUFFIX=. Useless for 13 but necessary for snapshot + Otherwise, it adds "git" to the libs + + -- Sylvestre Ledru Thu, 11 Nov 2021 22:45:25 +0100 llvm-toolchain-13 (1:13.0.0-9) unstable; urgency=medium diff --cc debian/control index 84eb6da996,421b04ffd0..e361441f95 --- a/debian/control +++ b/debian/control @@@ -17,12 -17,15 +17,12 @@@ Build-Depends: debhelper (>= 10.0), cma g++-multilib [amd64 i386 kfreebsd-amd64 mips64 mips64el mipsel powerpc ppc64 s390 s390x sparc sparc64 x32], libjs-mathjax, python3-recommonmark, doxygen, gfortran, - ocaml-nox [amd64 arm64 armhf ppc64el s390x], + ocaml-base [amd64 arm64 armhf ppc64el riscv64 s390x] | ocaml-nox [amd64 arm64 armhf ppc64el riscv64 s390x], - ocaml-findlib [amd64 arm64 armhf ppc64el riscv64 s390x], - libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x], - dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x], - libpfm4-dev [linux-any], python3-setuptools, libz3-dev, - llvm-spirv [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] | hello [!i386], - spirv-tools [ linux-any ] | hello [ !i386] -# "| hello" is for older buster/bionic distros without spirv support -Build-Conflicts: oprofile + ocaml-findlib [amd64 arm64 armhf ppc64el s390x], + libctypes-ocaml-dev [amd64 arm64 armhf ppc64el s390x], + dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el s390x], + libpfm4-dev [linux-any], python3-setuptools, libz3-dev - Build-Conflicts: oprofile, ocaml, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev ++Build-Conflicts: oprofile, libllvm-3.8-ocaml-dev, libllvm-3.9-ocaml-dev Standards-Version: 4.2.1 Homepage: https://www.llvm.org/ Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b snapshot diff --cc debian/patches/series index e992d453c2,8085eebd1e..ad8a6ffa9d --- a/debian/patches/series +++ b/debian/patches/series @@@ -56,7 -67,8 +56,6 @@@ disable-error-xray.dif # OpenMP openmp/openmp-check-execstack.diff openmp/openmp-mips-affinity.patch -- # libcxx libcxx/libcxxabi-test-don-t-fail-extended-long-double.patch libcxx/libcxx-test-fix-lockfree-test-for-i386.patch @@@ -68,7 -81,7 +67,6 @@@ libcxx/libcxx-silent-failure-arm64.dif mips/mips-fpxx-enable.diff mips/mips-force-nomadd4.patch mips/mips-D101773-reloc.patch -- 26-set-correct-float-abi.diff clang-baseline-fix-i386.patch disable-sse2-old-x86.diff @@@ -79,9 -94,10 +77,8 @@@ clangd-atomic-cmake.patc # https://reviews.llvm.org/D60380 remove-apple-clang-manpage.diff 0049-Use-Debian-provided-MathJax-everywhere.patch - # Hurd port hurd/hurd-pathmax.diff -- # kfreebsd # kfreebsd/clang_lib_Basic_Targets.diff # kfreebsd/CMakeLists.txt.diff @@@ -97,28 -113,30 +94,23 @@@ # 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 -- # sparc64 D98574.patch D98575.patch -- # 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 lower-python-dep.diff scan-build-py-fix-analyze-path.diff scan-build-py-fix-default-bin.diff -- libclc-llvm-spirv.diff omp-riscv64.patch test-disable-lldb-i386.diff @@@ -132,4 -150,5 +124,6 @@@ libcxxabi-fix-link-builtins.dif llvm-runtimes-builtins-build-check.diff compilerrt-builtins-arch-fix-armhf.diff compilerrt-build-scudo-standalone-option.diff + use-gold-for-compiler-rt-when-set.diff + wasm-ld-path.diff +raspbian-triplet.patch diff --cc debian/rules index 868b559190,0eab5664f8..35a3c2db35 --- a/debian/rules +++ b/debian/rules @@@ -96,7 -96,7 +96,7 @@@ ifneq (,$(filter $(DEB_HOST_ARCH),spar STAGE_1_CMAKE_EXTRA += -DLLVM_PARALLEL_LINK_JOBS=4 endif - ifneq (,$(filter $(DEB_HOST_ARCH),i386 armel armhf mipsel powerpc powerpcspe riscv64)) -ifneq (,$(filter $(DEB_HOST_ARCH),i386 hurd-i386 kfreebsd-i386 armel mipsel powerpc powerpcspe riscv64)) ++ifneq (,$(filter $(DEB_HOST_ARCH),i386 hurd-i386 kfreebsd-i386 armel armhf mipsel powerpc powerpcspe riscv64)) # For some reason, in the stage2 build, when clang is used to compile # itself. The atomic detection is failing on armel and riscv64. Forcing the inclusion # everywhere and in all stages