The goal is to provide correct debug packages.

Workaround https://sourceware.org/bugzilla/show_bug.cgi?id=23788
This commit is contained in:
Sylvestre Ledru 2018-12-12 21:13:02 +01:00
parent a1a2358ee4
commit 8ed2c3d96c

4
debian/changelog vendored
View File

@ -1,10 +1,12 @@
llvm-toolchain-7 (1:7.0.1~+rc3-2) UNRELEASED; urgency=medium
llvm-toolchain-7 (1:7.0.1~+rc3-2) unstable; urgency=medium
* Fix llvm-config by stripping unnecessary flags
See also https://bugs.llvm.org/show_bug.cgi?id=8220
(Closes: #697755, #914838)
* Try to workaround the debug issues by adding -fno-addrsig to the *FLAGS
One more time, thanks to Rebecca Palmer (Closes: #913946)
The goal is to provide correct debug packages.
Workaround https://sourceware.org/bugzilla/show_bug.cgi?id=23788
* Force the chmod +x on llvm-X/bin/* because it was sometimes removed
by the strip process
* Force the link to atomic also for i386 as it fails on Debian jessie too