Merge version 1:5.0.1-2+rpi1 and 1:5.0.1-4 to produce 1:5.0.1-4+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Thu, 29 Mar 2018 00:19:05 +0000 (01:19 +0100)
committerRaspbian forward pporter <root@raspbian.org>
Thu, 29 Mar 2018 00:19:05 +0000 (01:19 +0100)
1  2 
debian/changelog
debian/patches/series
debian/rules

index 44a3b6ba61b529f42ed018a99e30e2203c40d756,20bbb8c9056dc5be2766fdfa9faa48cbfd8b402d..f98dbe45d297ad077ae1ef6cf5e373adc66ff567
@@@ -1,23 -1,35 +1,56 @@@
- llvm-toolchain-5.0 (1:5.0.1-2+rpi1) buster-staging; urgency=medium
++llvm-toolchain-5.0 (1:5.0.1-4+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>  Fri, 05 Jan 2018 17:28:30 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Thu, 29 Mar 2018 00:19:04 +0000
++
+ llvm-toolchain-5.0 (1:5.0.1-4) unstable; urgency=medium
+   * Fix the FTBFS with glibc 2.27
+  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 21 Mar 2018 22:56:33 +0100
+ llvm-toolchain-5.0 (1:5.0.1-3) unstable; urgency=medium
+   * Move the VCS to git.
+     Many thanks to James Clarke for doing the conversion
+   * 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
+   * Create the directory before having the manpages generated
+   * clang-tidy-5.0: depends on libclang-common-5.0-dev
+     (Closes: #891999)
+   * clang-tidy-5.0 also depends on clang-tools-5.0 for, at least
+     clang-apply-replacements (Closes: #893600)
+   * Update of the clang-tools-X.Y description
+   * Fix the libclang1-X.Y.symbols.in file (two spaces)
+     (Closes: #889035)
+   [ John Paul Adrian Glaubitz ]
+   * Add proposed upstream patch by James Clarke to add the
+     missing __tls_get_addr symbol to the symbol table for
+     TLS calls on SPARC (Closes: #890401)
+   [ James Clarke ]
+   * Disable LLDB on powerpcspe
+  -- Sylvestre Ledru <sylvestre@debian.org>  Tue, 20 Mar 2018 15:29:03 +0100
  
  llvm-toolchain-5.0 (1:5.0.1-2) unstable; urgency=medium
  
index c128b6b5679f21fd3ff9add40e93e82ff2871c98,a02c701d1acbbb18310f2e7d8b536af57cb52dab..3767bac06e9cf9af26842f7165b5a44783ed0090
@@@ -49,4 -49,5 +49,6 @@@ update-cuda-search-path.patc
  
  test-keep-alive.diff
  libfuzzer-path.diff
+ silent-gold-regression.diff
+ glibc_2.27.diff
 +auto-1:5.0~+rc2-1+rpi1-d8bb5e17a1c124bfc65bd4da3d5bad2318b86155-1504768094
diff --cc debian/rules
Simple merge