From 1597edb49b6d546a4389e9a0e497b3208405cafc Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 12 Jun 2016 16:28:53 +0000 Subject: [PATCH] * debian/rules: - Ensure ld-gold is used. CMake invokes the linker through g++ most of the time, therefore we need to set -Wl,-fuse-ld=gold. - Remove unused variable "confargs". * Followup to fix the cmake install (Closes: #819072) * Fix an issue with scan-view (Closes: #825101) --- debian/changelog | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 061ded59..bace8671 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,3 @@ -llvm-toolchain-snapshot (1:3.9~svn272379-1.1) UNRELEASED; urgency=medium - - * Non-maintainer upload. - * debian/rules: - - Ensure ld-gold is used. CMake invokes the linker through g++ most of the - time, therefore we need to set -Wl,-fuse-ld=gold. - - Remove unused variable "confargs". - - -- Kai Wasserbäch Fri, 10 Jun 2016 20:07:20 +0200 - llvm-toolchain-snapshot (1:3.9~svn272379-1) unstable; urgency=medium * Remove the autoconf section @@ -32,6 +22,18 @@ llvm-toolchain-snapshot (1:3.9~svn272379-1) unstable; urgency=medium [ Ed Schouten ] * Preparation of the support of lld (not ready yet) + [ Kai Wasserbäch ] + * debian/rules: + - Ensure ld-gold is used. CMake invokes the linker through g++ most of the + time, therefore we need to set -Wl,-fuse-ld=gold. + - Remove unused variable "confargs". + + [ Brad King ] + * Followup to fix the cmake install (Closes: #819072) + + [ Alexis La Goutte ] + * Fix an issue with scan-view (Closes: #825101) + -- Sylvestre Ledru Fri, 10 Jun 2016 10:22:26 +0200 llvm-toolchain-snapshot (1:3.9~svn260851-1) unstable; urgency=medium