From 8ed2c3d96c87843fcec738f17e6ad541c43508a7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 12 Dec 2018 21:13:02 +0100 Subject: [PATCH] The goal is to provide correct debug packages. Workaround https://sourceware.org/bugzilla/show_bug.cgi?id=23788 --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5ed8e078..f60918ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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