Merge version 1:10.0.0-4+rpi1 and 1:10.0.1~+rc4-1 to produce 1:10.0.1~+rc4-1+rpi1 archive/raspbian/1%10.0.1_+rc4-1+rpi1 raspbian/1%10.0.1_+rc4-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Fri, 17 Jul 2020 17:56:59 +0000 (18:56 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Fri, 17 Jul 2020 17:56:59 +0000 (18:56 +0100)
1  2 
debian/changelog
debian/control
debian/patches/series
debian/rules

index 6b214b9ccd8f4c02449ac7862d02e5cde07c7e78,b12c17bb2b8b37f0f489d54aabe20b04c31daada..7c66b2e0b1e7dc6d43c9b906247aba6d6a428827
@@@ -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 <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, 25 Apr 2020 04:13:15 +0000
++ -- Raspbian forward porter <root@raspbian.org>  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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  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 <sylvestre@debian.org>  Tue, 19 May 2020 08:17:26 +0200
  
  llvm-toolchain-10 (1:10.0.0-4) unstable; urgency=medium
  
diff --cc debian/control
Simple merge
index 92778938d74e26b0c8984bd36895e812b5aaac14,e652879def6493106cff6971753d72ac8ba242c9..b490e6b0fc008ab743befed5f952ae968776d2b1
@@@ -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
diff --cc debian/rules
Simple merge