mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 05:46:27 +00:00
d/p/bug-30342.diff:
Backport upstream bug 30342 to fix an infinity loop in rust testsuite
This commit is contained in:
parent
2bf3368eba
commit
095c69b002
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
llvm-toolchain-3.9 (1:3.9-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* d/p/bug-30342.diff:
|
||||||
|
Backport upstream bug 30342 to fix an infinity loop in rust testsuite
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 31 Oct 2016 10:47:52 +0100
|
||||||
|
|
||||||
llvm-toolchain-3.9 (1:3.9-3) unstable; urgency=medium
|
llvm-toolchain-3.9 (1:3.9-3) unstable; urgency=medium
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
|
4935
debian/patches/bug-30342.diff
vendored
Normal file
4935
debian/patches/bug-30342.diff
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -36,3 +36,4 @@ disable-llvm-symbolizer-test.diff
|
|||||||
kfreebsd-support.diff
|
kfreebsd-support.diff
|
||||||
clang-tidy-run-bin.diff
|
clang-tidy-run-bin.diff
|
||||||
drop-wrong-hack-arm64.patch
|
drop-wrong-hack-arm64.patch
|
||||||
|
bug-30342.diff
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ DEB_INST := $(CURDIR)/debian/tmp/
|
|||||||
# accomodate that by hardcoding the 5 detection
|
# accomodate that by hardcoding the 5 detection
|
||||||
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?(5|6|[0-9]+\.[0-9]+|[0-9]+).*$$,\2,p')
|
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?(5|6|[0-9]+\.[0-9]+|[0-9]+).*$$,\2,p')
|
||||||
LLVM_VERSION := 3.9
|
LLVM_VERSION := 3.9
|
||||||
LLVM_VERSION_FULL := $(LLVM_VERSION).1
|
LLVM_VERSION_FULL := $(LLVM_VERSION).0
|
||||||
SONAME_EXT := 1
|
SONAME_EXT := 1
|
||||||
# Manage the case when the version is 1:3.5~svn213052-1~exp1 or 1:3.4.2-1
|
# Manage the case when the version is 1:3.5~svn213052-1~exp1 or 1:3.4.2-1
|
||||||
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9.]+)(~|-)(.*),\3,p")
|
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9.]+)(~|-)(.*),\3,p")
|
||||||
|
Loading…
Reference in New Issue
Block a user