From: Raspbian forward pporter Date: Tue, 27 Jun 2017 19:16:05 +0000 (+0100) Subject: Merge version 1:3.9.1-7+rpi1 and 1:3.9.1-9 to produce 1:3.9.1-9+rpi1 X-Git-Tag: archive/raspbian/1%4.0.1-1+rpi1~3^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0493d0e117fb9cc1640b571147d0b994e2fae5a;p=llvm-toolchain-4.0.git Merge version 1:3.9.1-7+rpi1 and 1:3.9.1-9 to produce 1:3.9.1-9+rpi1 --- e0493d0e117fb9cc1640b571147d0b994e2fae5a diff --cc debian/changelog index 8e99f5ddb,0e3d8a3a5..327b28f2c --- a/debian/changelog +++ b/debian/changelog @@@ -1,23 -1,19 +1,40 @@@ - llvm-toolchain-3.9 (1:3.9.1-7+rpi1) stretch-staging; urgency=medium ++llvm-toolchain-3.9 (1:3.9.1-9+rpi1) stretch-staging; urgency=medium + + [changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green 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 Wed, 26 Apr 2017 21:13:02 +0000 ++ -- Raspbian forward porter Tue, 27 Jun 2017 19:16:04 +0000 ++ + llvm-toolchain-3.9 (1:3.9.1-9) unstable; urgency=medium + + * debian/patches/fix-R_AARCH64_MOVW_UABS_G3-relocation.patch: + fix relocation issue, preventing Julia from working correctly on + arm64 (Closes: #862535) + * Fix doc generation (Closes: #862597) + - there was a missing install file + + -- Gianfranco Costamagna Fri, 02 Jun 2017 15:14:18 +0200 + + llvm-toolchain-3.9 (1:3.9.1-8) unstable; urgency=medium + + * Really fix "use versioned symbols" for llvm + Thanks to Julien Cristau for the patch (Closes: #849098) + + -- Sylvestre Ledru Tue, 25 Apr 2017 15:10:10 +0200 llvm-toolchain-3.9 (1:3.9.1-7) unstable; urgency=medium diff --cc debian/patches/series index 717be3168,59117b078..4e50b7384 --- a/debian/patches/series +++ b/debian/patches/series @@@ -49,4 -49,4 +49,5 @@@ esan-Fix-ESan-test-failure-on-Debian-Si esan-Fix-ESan-test-failure-on-Debian-Sid-bot2.diff 857623-allow-opencl-pointer-to-bool.diff add_symbols_versioning.patch + fix-R_AARCH64_MOVW_UABS_G3-relocation.patch +cmake-arm-version-hack.patch