mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 13:55:54 +00:00
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
This commit is contained in:
commit
13f66a2104
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -2,9 +2,6 @@ llvm-toolchain-7 (1:7~+rc3-6) unstable; urgency=medium
|
|||||||
|
|
||||||
* Also manages clang-X as tool for scan-build
|
* Also manages clang-X as tool for scan-build
|
||||||
see https://reviews.llvm.org/D52151
|
see https://reviews.llvm.org/D52151
|
||||||
|
|
||||||
--
|
|
||||||
|
|
||||||
llvm-toolchain-7 (1:7~+rc3-5) unstable; urgency=medium
|
llvm-toolchain-7 (1:7~+rc3-5) unstable; urgency=medium
|
||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
@ -299,6 +296,24 @@ llvm-toolchain-snapshot (1:7~svn322880-1) unstable; urgency=medium
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jan 2018 20:50:03 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jan 2018 20:50:03 +0100
|
||||||
|
|
||||||
|
llvm-toolchain-6.0 (1:6.0.1-10) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
* Add patch to fix missing include and library paths on x32
|
||||||
|
|
||||||
|
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Sat, 15 Sep 2018 09:35:13 +0200
|
||||||
|
|
||||||
|
llvm-toolchain-6.0 (1:6.0.1-9) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
* Add patch to fix missing MultiArch include dir
|
||||||
|
on powerpcspe (Closes: #908791)
|
||||||
|
|
||||||
|
[ Gianfranco Costamagna ]
|
||||||
|
* Force polly cmake removal on arch:all because of --fail-missing
|
||||||
|
|
||||||
|
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Fri, 14 Sep 2018 09:24:02 +0200
|
||||||
|
|
||||||
llvm-toolchain-6.0 (1:6.0.1-8) unstable; urgency=medium
|
llvm-toolchain-6.0 (1:6.0.1-8) unstable; urgency=medium
|
||||||
|
|
||||||
[ John Paul Adrian Glaubitz ]
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -639,6 +639,8 @@ ifeq (${POLLY_ENABLE},yes)
|
|||||||
# only for arch:any builds
|
# only for arch:any builds
|
||||||
ifneq (,$(filter libclang-common-$(LLVM_VERSION)-dev, $(shell dh_listpackages)))
|
ifneq (,$(filter libclang-common-$(LLVM_VERSION)-dev, $(shell dh_listpackages)))
|
||||||
dh_install -p libclang-common-$(LLVM_VERSION)-dev usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly
|
dh_install -p libclang-common-$(LLVM_VERSION)-dev usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly
|
||||||
|
# On old Debian & Ubuntu, removing the files is necessary
|
||||||
|
rm debian/tmp/usr/lib/llvm-$(VERSION)/lib/cmake/polly/*.cmake
|
||||||
else
|
else
|
||||||
rm -rf $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake
|
rm -rf $(CURDIR)/debian/tmp/usr/lib/llvm-$(LLVM_VERSION)/lib/cmake/polly/*.cmake
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user