New snapshot

This commit is contained in:
Sylvestre Ledru 2017-10-13 19:14:44 +00:00
parent 2ca6065fe8
commit 8d44ee6909
2 changed files with 4 additions and 3 deletions

5
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Sun, 01 Oct 2017 15:24:36 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 11 Sep 2017 22:27:20 +0200
llvm-toolchain-snapshot (1:6.0~svn311834-2) unstable; urgency=medium

2
debian/rules vendored
View File

@ -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