Merge version 1:7.0.1-6+rpi1 and 1:7.0.1-8 to produce 1:7.0.1-8+rpi1 archive/raspbian/1%7.0.1-8+rpi1 raspbian/1%7.0.1-8+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Mon, 11 Mar 2019 22:51:26 +0000 (22:51 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Mon, 11 Mar 2019 22:51:26 +0000 (22:51 +0000)
1  2 
debian/changelog
debian/patches/series
debian/rules

index 88fb31235429c1bfbddba1979536767ce278aee8,b4af6d2a2241e37181cf7bea7bbdca8577246ba9..e679f8444039775c563bbbfca26c9cb838934e7e
@@@ -1,40 -1,24 +1,62 @@@
- llvm-toolchain-7 (1:7.0.1-6+rpi1) buster-staging; urgency=medium
++llvm-toolchain-7 (1:7.0.1-8+rpi1) buster-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>  Sun, 10 Feb 2019 18:30:54 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Mon, 11 Mar 2019 22:51:24 +0000
++
+ llvm-toolchain-7 (1:7.0.1-8) unstable; urgency=medium
+   * Fix a segfault in autopkgtest by brining
+     pr39427-misscompile.diff back
+     (Closes: #923456)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 28 Feb 2019 13:50:21 +0100
+ llvm-toolchain-7 (1:7.0.1-7) unstable; urgency=medium
+   * Fix an ABI issue introduced with the kfreebsd support
+     (Closes: #922731)
+   * kfreebsd/kfreebsd-triple-clang.diff: update of the patch to fix
+     the kfreebsd FTBFS  (Closes: #921246)
+   * Enable ld gold for kfreebsd-amd64 and kfreebsd-i386
+     Many thanks to Svante Signell for the three updates
+   [ Matthias Klose ]
+   * Remove the autopkg test for a genuine LLVM bug.
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 27 Feb 2019 10:07:00 +0100
  
  llvm-toolchain-7 (1:7.0.1-6) unstable; urgency=medium
  
index c7e2db4238954c60b4ae60e819d3e06863cd0c35,fec59e6e8ef178f81568663dbe537c1fda98d822..5d9a7997c1115742604721663259948056b3d917
@@@ -53,27 -62,33 +53,27 @@@ install-scan-build-py.dif
  scan-view-fix-path.diff
  fix-scan-view-path.diff
  scan-build-clang-X.diff
 -
  # lldb
- lldb-link-atomic-cmake.patch
- lldb-addversion-suffix-to-llvm-server-exec.patch
- lldb-missing-install.diff
- lldb-disable-swig-error.diff
+ lldb/lldb-link-atomic-cmake.patch
+ lldb/lldb-addversion-suffix-to-llvm-server-exec.patch
+ lldb/lldb-missing-install.diff
+ lldb/lldb-disable-swig-error.diff
 -
  # Fix arch issue
  disable-error-xray.diff
 -
  # OpenMP
- openmp-check-execstack.diff
- openmp-mips-affinity.patch
- bootstrap-with-openmp-version-export-missing.diff
+ openmp/openmp-check-execstack.diff
+ openmp/openmp-mips-affinity.patch
openmp/bootstrap-with-openmp-version-export-missing.diff
 -
  # libcxx
- libcxxabi-test-don-t-fail-extended-long-double.patch
- libcxx-test-fix-lockfree-test-for-i386.patch
- libcxxabi-arm-ehabi-fix.patch
- libcxx-test-atomics-set-compare-exchange-to-be-expected-fails-on-arm.patch
- libcxx-silent-test-libcxx.diff
- libcxx-silent-failure-ppc64el.diff
- libcxx-silent-failure-arm64.diff
+ libcxx/libcxxabi-test-don-t-fail-extended-long-double.patch
+ libcxx/libcxx-test-fix-lockfree-test-for-i386.patch
+ libcxx/libcxxabi-arm-ehabi-fix.patch
+ libcxx/libcxx-test-atomics-set-compare-exchange-to-be-expected-fails-on-arm.patch
+ libcxx/libcxx-silent-test-libcxx.diff
+ libcxx/libcxx-silent-failure-ppc64el.diff
+ libcxx/libcxx-silent-failure-arm64.diff
 -
  # Rust on ppc
  D51108-rust-powerpc.diff
 -
  # Change default optims
  mips-fpxx-enable.diff
  26-set-correct-float-abi.diff
@@@ -89,29 -105,46 +89,35 @@@ rustc-aarch64-test-failure.dif
  # Fix docs
  remove-apple-clang-manpage.diff
  0049-Use-Debian-provided-MathJax-everywhere.patch
 -
  # reproducible
  reproducible-pch.diff
 -
  # Hurd port
- hurd-pathmax.diff
- hurd-EIEIO-undef.diff
- impl-path-hurd.diff
- hurd-lib_Support_Unix_Path.inc.diff
- hurd-tools_llvm-shlib_CMakeLists.txt.diff
- D54079-hurd-openmp.diff
- D54338-hurd-libcxx-threads-build.diff
- D54339-hurd-libcxx-threads-detection.diff
- D54378-hurd-triple.diff
- D54379-hurd-triple-clang.diff
- D54677-hurd-path_max.diff
- hurd-cxx-paths.diff
- D53557-hurd-self-exe-realpath.diff
+ hurd/hurd-pathmax.diff
+ hurd/hurd-EIEIO-undef.diff
hurd/impl-path-hurd.diff
+ hurd/hurd-lib_Support_Unix_Path.inc.diff
+ hurd/hurd-tools_llvm-shlib_CMakeLists.txt.diff
hurd/D54079-hurd-openmp.diff
hurd/D54338-hurd-libcxx-threads-build.diff
hurd/D54339-hurd-libcxx-threads-detection.diff
hurd/D54378-hurd-triple.diff
hurd/D54379-hurd-triple-clang.diff
hurd/D54677-hurd-path_max.diff
+ hurd/hurd-cxx-paths.diff
hurd/D53557-hurd-self-exe-realpath.diff
 -
  strip-ignore-deterministic-archives.diff
 -
  # powerpcspe
- powerpcspe-add-missing-include-path.diff
- D49754-powerpcspe-clang.diff
- D54409-powerpcspe-register-spilling.diff
- D54584-powerpcspe-double-parameter.diff
+ powerpcspe/powerpcspe-add-missing-include-path.diff
powerpcspe/D49754-powerpcspe-clang.diff
powerpcspe/D54409-powerpcspe-register-spilling.diff
powerpcspe/D54584-powerpcspe-double-parameter.diff
 -
  D52340-rustc-debuginfo.diff
 -
+ # Disable https://llvm.org/viewvc/llvm-project?view=revision&revision=352580
+ # 7.0.1 was always abi compatible with 7.0
+ # Therefor, the libraries are still compatible with the 7.1.0 version
+ #7.1.0/revert-change-soname-2.diff
+ #7.1.0/revert-change-soname.diff
 -
+ # fix the abi issue
 -pr39427-misscompile.diff
 -
 -
  # kfreebsd
  kfreebsd/clang_lib_Basic_Targets.diff
  kfreebsd/CMakeLists.txt.diff
@@@ -127,5 -160,4 +133,5 @@@ kfreebsd/lib_Target_X86.dif
  kfreebsd/lldb_source_Host_freebsd_Host.cpp.diff
  kfreebsd/lldb_source_Plugins_Process_FreeBSD.diff
  kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff
- kfreebsd/kfreebsd-followup.diff
+ kfreebsd/include_llvm_MC_MCELFObjectWriter.h.diff
 +auto-1:5.0~+rc2-1+rpi1-d8bb5e17a1c124bfc65bd4da3d5bad2318b86155-1504768094
diff --cc debian/rules
Simple merge