Ubuntu Pastebin

Paste from llvm-3.8 at Thu, 11 Aug 2016 13:15:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -Nru llvm-toolchain-3.8-3.8.1/debian/changelog llvm-toolchain-3.8-3.8.1/debian/changelog
--- llvm-toolchain-3.8-3.8.1/debian/changelog   2016-08-11 12:21:31.000000000 +0200
+++ llvm-toolchain-3.8-3.8.1/debian/changelog   2016-08-11 15:14:18.000000000 +0200
@@ -1,3 +1,9 @@
+llvm-toolchain-3.8 (1:3.8.1-8ubuntu2) yakkety; urgency=medium
+
+  * Ignore test results on amd64 too, because AVX512 breaks also here.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 11 Aug 2016 15:13:54 +0200
+
 llvm-toolchain-3.8 (1:3.8.1-8ubuntu1) yakkety; urgency=low

   * Merge from Debian unstable.  Remaining changes:
diff -Nru llvm-toolchain-3.8-3.8.1/debian/rules llvm-toolchain-3.8-3.8.1/debian/rules
--- llvm-toolchain-3.8-3.8.1/debian/rules       2016-08-11 12:21:00.000000000 +0200
+++ llvm-toolchain-3.8-3.8.1/debian/rules       2016-08-11 15:13:52.000000000 +0200
@@ -478,7 +478,7 @@

 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
 # List of the archs we know we have 100 % tests working
-ARCH_LLVM_TEST_OK := amd64
+ARCH_LLVM_TEST_OK :

 override_dh_auto_test:
Download as text