mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 02:37:22 +00:00
* amd64 llvm testsuite is green, bring back the failure in case of error
* Use filter into of findstring in the gold usage. Thanks Doko for the suggestion
This commit is contained in:
parent
42b3e7ec35
commit
056378d9c9
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -17,6 +17,7 @@ llvm-toolchain-snapshot (1:4.0~svn275970-1~exp1) experimental; urgency=medium
|
||||
* ship clang-tblgen & yaml-bench as part of the libclang-common-X.Y-dev
|
||||
package
|
||||
|
||||
* amd64 llvm testsuite is green, bring back the failure in case of error
|
||||
* Fix the cmake paths in llvm-3.9-dev deb package. Thanks to Brad King
|
||||
for the patch (Closes: #819072)
|
||||
* LLVMConfig.cmake is now installed to <prefix>/lib/cmake/llvm instead of
|
||||
@ -186,6 +187,8 @@ llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium
|
||||
testsuite
|
||||
* Disable lldb on ppc64
|
||||
* libfuzzer depends on the same version of clang (Closes: #833564)
|
||||
* Use filter into of findstring in the gold usage. Thanks Doko for the
|
||||
suggestion
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 07 Aug 2016 14:10:09 +0200
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -430,7 +430,7 @@ override_dh_installdeb:
|
||||
|
||||
ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
|
||||
# List of the archs we know we have 100 % tests working
|
||||
ARCH_LLVM_TEST_OK := i386
|
||||
ARCH_LLVM_TEST_OK := i386 amd64
|
||||
|
||||
override_dh_auto_test:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user