diff --git a/debian/changelog b/debian/changelog index 014b06b8..bf4f208b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ llvm-toolchain-3.9 (1:3.9~svn275918-1~exp2) experimental; urgency=medium * Sync the 3.8 changes into 3.9 + * 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 /lib/cmake/llvm instead of @@ -169,6 +170,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 Sun, 07 Aug 2016 14:10:09 +0200 diff --git a/debian/rules b/debian/rules index 183e7af8..32f0f851 100755 --- a/debian/rules +++ b/debian/rules @@ -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: