From: Raspbian forward pporter Date: Wed, 21 Feb 2018 07:19:47 +0000 (+0000) Subject: Merge version 1:4.0.1-8+rpi1 and 1:4.0.1-10 to produce 1:4.0.1-10+rpi1 X-Git-Tag: archive/raspbian/1%4.0.1-10+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=914161fa05629f575500000bcf93b90edadacc5a;p=llvm-toolchain-4.0.git Merge version 1:4.0.1-8+rpi1 and 1:4.0.1-10 to produce 1:4.0.1-10+rpi1 --- 914161fa05629f575500000bcf93b90edadacc5a diff --cc debian/changelog index b14902da7,2ae17cb49..9889f7a70 --- a/debian/changelog +++ b/debian/changelog @@@ -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 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 Thu, 26 Oct 2017 17:30:04 +0000 ++ -- Raspbian forward porter 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 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 Sun, 11 Feb 2018 00:01:50 +0100 llvm-toolchain-4.0 (1:4.0.1-8) unstable; urgency=medium diff --cc debian/patches/series index 1b25e7df6,276005783..678736c58 --- a/debian/patches/series +++ b/debian/patches/series @@@ -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