mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 17:10:47 +00:00
New snapshot
This commit is contained in:
parent
2ca6065fe8
commit
8d44ee6909
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user