From 8d44ee690991b4968f14be34bf9620d0e10da825 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 13 Oct 2017 19:14:44 +0000 Subject: [PATCH] New snapshot --- debian/changelog | 5 +++-- debian/rules | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d67c5f00..ef1a948a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -llvm-toolchain-snapshot (1:6.0~svn311834-5) unstable; urgency=medium +llvm-toolchain-snapshot (1:6.0~svn315736-1) unstable; urgency=medium + * New snapshot * Ship liblldMinGW lld lib * Ship clang-refactor & clang-func-mapping in clang-X.Y * Remove the -Wl option to call gold instead of the normal linker @@ -18,7 +19,7 @@ llvm-toolchain-snapshot (1:6.0~svn311834-5) unstable; urgency=medium * On amd64, s390x, arm64 and ppc64el, build with -g1 instead of -g. * Set CMAKE_CXX_FLAGS_RELWITHDEBINFO and pass opt_flags. - -- Sylvestre Ledru Sun, 01 Oct 2017 15:24:36 +0200 + -- Sylvestre Ledru Mon, 11 Sep 2017 22:27:20 +0200 llvm-toolchain-snapshot (1:6.0~svn311834-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 286f9849..905e6bec 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++ # Only pass -gsplit-dwarf with working version of gcc 7 # More: https://bugs.llvm.org/show_bug.cgi?id=34140 & https://bugs.debian.org/873609 CXXFLAGS_EXTRA += -gsplit-dwarf -else +else $(error "Broken gcc version for -gsplit-dwarf support. Please use < gcc 7 or >= 7.2.0-2") endif # < gcc 7 or >= 7.2.0-2 endif # binutils