Merge version 1:4.0.1-8+rpi1 and 1:4.0.1-10 to produce 1:4.0.1-10+rpi1 buster-staging archive/raspbian/1%4.0.1-10+rpi1 raspbian/1%4.0.1-10+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Wed, 21 Feb 2018 07:19:47 +0000 (07:19 +0000)
committerRaspbian forward pporter <root@raspbian.org>
Wed, 21 Feb 2018 07:19:47 +0000 (07:19 +0000)
1  2 
debian/changelog
debian/patches/series
debian/rules

index b14902da71200731f154ecb7deb59770adb72cf4,2ae17cb494c84b058fe6dfda966992565d4e355c..9889f7a70cb7dd59f31507559eeba0932a701ae1
@@@ -1,23 -1,36 +1,57 @@@
- llvm-toolchain-4.0 (1:4.0.1-8+rpi1) buster-staging; urgency=medium
++llvm-toolchain-4.0 (1:4.0.1-10+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
 +
-  -- Raspbian forward porter <root@raspbian.org>  Thu, 26 Oct 2017 17:30:04 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Wed, 21 Feb 2018 07:19:46 +0000
++
+ llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium
+   * Ignore the test tools/gold/X86/comdat.ll
+     until https://bugs.llvm.org/show_bug.cgi?id=36166
+     is fixed.
+     Will fix the ftbfs on x86
+  -- Sylvestre Ledru <sylvestre@debian.org>  Tue, 13 Feb 2018 09:26:55 +0100
+ llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium
+   * Create clang-tools-4.0 and move the various clang tools into it
+     clang-tools-4.0 depends on clang-4.0. This might affect some packages.
+     (Closes: #836397)
+   * Update of the copyright file (Closes: #878502)
+     Thanks to Nicholas D Steeves for the work
+   * Take a patch for a stack alignment on sparc64 for rust
+     Thanks to John Paul Adrian Glaubitz for the work (Closes: #880221)
+   * Update of the clang description
+   * Standards-Version updated to 4.1.1
+   * Remove some old breaks/replaces/conflicts (<3.8)
+   * Fix some wrong-section-according-to-package-name and
+     priority-extra-is-replaced-by-priority-optional issues
+   * liblld-4.0-dev depends on liblld-4.0 (Closes: #856545)
+   * Use ?= for some variables declarations
+   * Remove the hardcoded declarations of llvm version in debian/rules
+   * add /usr/lib/cuda to the CUDA toolkit search paths
+     Thanks to Andreas Beckmann for the patch (Closes: #882505) (LP: #1706326)
+   * Fix the fix-scan-view-path.diff path (Closes: #885827)
+   * Move libomp-dev from Suggests to Recommends (Closes: #882781)
+   * Do not ship liblld-4.0-dbg for now (Closes: #889269)
+  -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 11 Feb 2018 00:01:50 +0100
  
  llvm-toolchain-4.0 (1:4.0.1-8) unstable; urgency=medium
  
index 1b25e7df69ec99c4930051ec14d8f8a9165b5591,27600578383b3860bb56d7ea7b73bf8f64462205..678736c587b179ae567e17e0d678fb412fa1e835
@@@ -58,4 -58,5 +58,6 @@@ rL306267.dif
  rL306353.diff
  rL306358.diff
  rL306379.diff
+ sparc64-fix-stack-alignment.diff
+ update-cuda-search-path.patch
 +cmake-arm-version-hack.patch
diff --cc debian/rules
Simple merge