Merge version 1:11.0.1-2+rpi1 and 1:11.1.0-4 to produce 1:11.1.0-4+rpi1 archive/raspbian/1%11.1.0-4+rpi1 raspbian/1%11.1.0-4+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Thu, 30 Sep 2021 22:30:03 +0000 (23:30 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Thu, 30 Sep 2021 22:30:03 +0000 (23:30 +0100)
1  2 
debian/changelog
debian/control
debian/patches/series
debian/rules

index b909b3ac07f6301bb32ffb053fa2d701fdb491b3,5c71ceaa2ffa0712864caae89df7e0fe3989f2c0..3eaeb5e35ba4ff04aa1eacae2e53c1f6a7af6580
- 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 <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
 +
-  -- Raspbian forward porter <root@raspbian.org>  Sat, 23 Jan 2021 14:24:45 +0000
++ -- Raspbian forward porter <root@raspbian.org>  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 <locutusofborg@debian.org>  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 <locutusofborg@debian.org>  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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  Mon, 01 Mar 2021 10:50:19 +0100
  
  llvm-toolchain-11 (1:11.0.1-2) unstable; urgency=medium
  
diff --cc debian/control
Simple merge
index d8451289b39b971499c7b5cd31768dc9191ecc13,82c1a1199a6d6154778d5ed32bad6d784e16e18f..b45d3c99690b10b4cc8675739e3d29079918e37a
@@@ -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
diff --cc debian/rules
Simple merge