Merge tag '1%16.0.6-27' into trixie-working
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 2 Jun 2024 18:18:02 +0000 (18:18 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 2 Jun 2024 18:23:11 +0000 (18:23 +0000)
1  2 
debian/changelog
debian/control
debian/control.in
debian/patches/series
debian/rules

index 5cecb561617c7d39cb45bb51efd625741fc4578b,57cfc35e2d02d1d127226b5430ca0a4a8481fd79..5f88438d781e4341cd3307e0d6b17df2135ab123
- llvm-toolchain-16 (1:16.0.6-20+rpi1) trixie-staging; urgency=medium
++llvm-toolchain-16 (1:16.0.6-27+rpi1) trixie-staging; urgency=medium
 +
 +  [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> 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.
 +
 +  [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 23 Nov 2021 22:37:30 +0000]
 +  * Remove armhf from architecture list for libunwind-16-dev dependency.
 +
 +  [changes introduced in llvm-toolchain-16 1:16.0.6-20+rpi1 by Peter Micheal Green]
 +  * Remove armhf from spirv architecture list, llvm-spirv-16 fails to build on raspbian.
 +  * Don't build sanitiser support in compiler_rt on armhf, it fails to link
 +    on raspbian.
 +  * Don't fail build if chrpath fails.
 +
 + -- Peter Michael Green <plugwash@raspbian.org>  Sat, 16 Mar 2024 12:15:03 +0000
 +
+ llvm-toolchain-16 (1:16.0.6-27) unstable; urgency=medium
+   * Add oracular as supported release
+  -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 04 May 2024 07:27:41 +0200
+ llvm-toolchain-16 (1:16.0.6-26) unstable; urgency=medium
+   * Disable --as-needed on armel
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sat, 27 Apr 2024 01:12:00 +0200
+ llvm-toolchain-16 (1:16.0.6-25) unstable; urgency=medium
+   * Fix libomp symbols file for t64.
+  -- Matthias Klose <doko@debian.org>  Sun, 14 Apr 2024 11:55:50 +0200
+ llvm-toolchain-16 (1:16.0.6-24) unstable; urgency=medium
+   [ Matthias Klose ]
+   * Add a stage1 profile to disable curl, grpc and spirv.
+   * Build with --as-needed.
+   * ASan: move allocator base to avoid conflict with high-entropy ASLR
+     for x86-64 Linux. Patch taken from LLVM 17.
+  -- Matthias Klose <doko@debian.org>  Sat, 16 Mar 2024 22:12:22 +0100
+ llvm-toolchain-16 (1:16.0.6-23) unstable; urgency=medium
+   [ Matthias Klose ]
+   * Fix sanitizer build on 32bit time_t64 architectures.
+  -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 11 Mar 2024 22:48:48 +0100
+ llvm-toolchain-16 (1:16.0.6-22) unstable; urgency=medium
+   [ Gianfranco Costamagna ]
+   * Disable tests on mips64el
+   [ Matthias Klose ]
+   * Fix sanitizer build on 32bit time_t64 architectures.
+  -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 06 Mar 2024 08:38:53 +0100
+ llvm-toolchain-16 (1:16.0.6-21) unstable; urgency=medium
+   [ Steve Langasek ]
+   * Rename libraries for 64-bit time_t transition.
+    [ Gianfranco Costamagna ]
+    * Fix 32bit builds
+  -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 03 Mar 2024 12:02:57 +0100
  llvm-toolchain-16 (1:16.0.6-20) unstable; urgency=medium
  
    [ John Paul Adrian Glaubitz ]
diff --cc debian/control
index d298f4292ae01e6c821f2de282c0f03aedff0daa,9a8529e1fb3baa8fec68566a424e00ae166f7eb8..157a893433761309689d72fe9f7b51b9f9d96b42
@@@ -23,16 -23,16 +23,16 @@@ Build-Depends: debhelper (>= 10.0), cma
      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-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> |
 -    llvm-spirv-15 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
 -    llvm-spirv-14 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello,
 +    llvm-spirv-16 [ amd64 arm64 armel i386 mips64el ppc64el riscv64 s390x ] <!stage1> |
 +    llvm-spirv-15 [ amd64 arm64 armel i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
 +    llvm-spirv-14 [ amd64 arm64 armel i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello,
-     spirv-tools [ linux-any ] | hello [ !i386],
+     spirv-tools [ linux-any ] <!stage1> | hello [ !i386],
      wasi-libc | hello,
-     libcurl4-openssl-dev | libcurl-dev,
-     libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
-     protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
-     libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
-     protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
+     libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,
+     libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
+     protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
+     libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
+     protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
  # "| hello" is for older buster/bionic distros without spirv support
  Build-Conflicts: oprofile
  Standards-Version: 4.6.2
@@@ -688,8 -700,8 +700,8 @@@ Package: libc++-16-de
  Section: libdevel
  Architecture: any
  Multi-Arch: same
- Depends: libc++1-16 (= ${binary:Version}), ${misc:Depends},
+ Depends: libc++1-16t64 (= ${binary:Version}), ${misc:Depends},
 - libunwind-16-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
 + libunwind-16-dev [amd64 arm64 i386 loong64 ppc64el ppc64 riscv64]
  Breaks: libc++-dev (<< 44)
  Provides: libc++-x.y-dev
  Conflicts: libc++-x.y-dev
@@@ -827,9 -839,10 +839,10 @@@ Description: OpenCL C language implemen
  
  # ------------- libunwind -------------
  
- Package: libunwind-16
+ Package: libunwind-16t64
+ Breaks: libunwind-16 (<< ${source:Version})
  Section: libs
 -Architecture: amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64
 +Architecture: amd64 arm64 i386 loong64 ppc64el ppc64 riscv64
  Multi-Arch: same
  Depends: ${shlibs:Depends},
   ${misc:Depends}
index cb6b855119f11a0178cbd4495017e3cf71a231a0,07a8474751e56fd3db2eb03c2384990ccf0f8c50..060f587472668aa3e8ebbf0eeff1c91f5333bebf
@@@ -23,16 -23,16 +23,16 @@@ Build-Depends: debhelper (>= 10.0), cma
      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-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> |
 -    llvm-spirv-15 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
 -    llvm-spirv-14 [ amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello,
 +    llvm-spirv-16 [ amd64 arm64 armel i386 mips64el ppc64el riscv64 s390x ] <!stage1> |
 +    llvm-spirv-15 [ amd64 arm64 armel i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
 +    llvm-spirv-14 [ amd64 arm64 armel i386 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello,
-     spirv-tools [ linux-any ] | hello [ !i386],
+     spirv-tools [ linux-any ] <!stage1> | hello [ !i386],
      wasi-libc | hello,
-     libcurl4-openssl-dev | libcurl-dev,
-     libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
-     protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
-     libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
-     protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x]
+     libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,
+     libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
+     protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
+     libprotobuf-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
+     protobuf-compiler [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,
  # "| hello" is for older buster/bionic distros without spirv support
  Build-Conflicts: oprofile
  Standards-Version: 4.6.2
@@@ -688,8 -700,8 +700,8 @@@ Package: libc++-@LLVM_VERSION@-de
  Section: libdevel
  Architecture: any
  Multi-Arch: same
- Depends: libc++1-@LLVM_VERSION@ (= ${binary:Version}), ${misc:Depends},
+ Depends: libc++1-@LLVM_VERSION@t64 (= ${binary:Version}), ${misc:Depends},
 - libunwind-@LLVM_VERSION@-dev [amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64]
 + libunwind-@LLVM_VERSION@-dev [amd64 arm64 i386 loong64 ppc64el ppc64 riscv64]
  Breaks: libc++-dev (<< 44)
  Provides: libc++-x.y-dev
  Conflicts: libc++-x.y-dev
@@@ -827,9 -839,10 +839,10 @@@ Description: OpenCL C language implemen
  
  # ------------- libunwind -------------
  
- Package: libunwind-@LLVM_VERSION@
+ Package: libunwind-@LLVM_VERSION@t64
+ Breaks: libunwind-@LLVM_VERSION@ (<< ${source:Version})
  Section: libs
 -Architecture: amd64 arm64 armhf i386 loong64 ppc64el ppc64 riscv64
 +Architecture: amd64 arm64 i386 loong64 ppc64el ppc64 riscv64
  Multi-Arch: same
  Depends: ${shlibs:Depends},
   ${misc:Depends}
index 6a1793090f169dd1df369174a25f98c56ee62b2d,888bad9fc2b98aa17da54947692fd4b44fbc5a9f..6b6e69c477212e135391258367f4a8b07385b128
@@@ -126,6 -152,8 +127,8 @@@ ubuntu-releases.patc
  new-cmake-build-fix.patch
  HIP-search-path-fix.patch
  D158066-simd-ppc64el.patch
 -
  D142688-loong64.diff
  remove-unused-imp-module.diff
+ libsanitizer-timebits.diff
+ asan-allocator.diff
 +raspbian-triplet.patch
diff --cc debian/rules
Simple merge