diff --git a/debian/changelog b/debian/changelog index e4dc52ed..2ae17cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium + + * Ignore the test tools/gold/X86/comdat.ll + until https://bugs.llvm.org/show_bug.cgi?id=36166 + is fixed. + Will fix the ftbfs on x86 + + -- Sylvestre Ledru Tue, 13 Feb 2018 09:26:55 +0100 + llvm-toolchain-4.0 (1:4.0.1-9) unstable; urgency=medium * Create clang-tools-4.0 and move the various clang tools into it diff --git a/debian/patches/silent-gold-test.diff b/debian/patches/silent-gold-test.diff index fe6828df..2242bbbc 100644 --- a/debian/patches/silent-gold-test.diff +++ b/debian/patches/silent-gold-test.diff @@ -12,10 +12,10 @@ Description: fails on debian unstable amd64 ^ -Index: llvm-toolchain-snapshot_4.0~svn289826/test/tools/gold/X86/start-lib-common.ll +Index: llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/start-lib-common.ll =================================================================== ---- llvm-toolchain-snapshot_4.0~svn289826.orig/test/tools/gold/X86/start-lib-common.ll -+++ llvm-toolchain-snapshot_4.0~svn289826/test/tools/gold/X86/start-lib-common.ll +--- llvm-toolchain-4.0-4.0.1.orig/test/tools/gold/X86/start-lib-common.ll ++++ llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/start-lib-common.ll @@ -9,6 +9,7 @@ ; RUN: -shared %t1.o --start-lib %t2.o --end-lib -o %t3.o ; RUN: llvm-dis %t3.o -o - | FileCheck %s @@ -24,3 +24,15 @@ Index: llvm-toolchain-snapshot_4.0~svn289826/test/tools/gold/X86/start-lib-commo target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" @x = common global i32 0, align 4 +Index: llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/comdat.ll +=================================================================== +--- llvm-toolchain-4.0-4.0.1.orig/test/tools/gold/X86/comdat.ll ++++ llvm-toolchain-4.0-4.0.1/test/tools/gold/X86/comdat.ll +@@ -5,6 +5,7 @@ + ; RUN: -plugin-opt=save-temps + ; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt + ; RUN: llvm-readobj -t %t3.o | FileCheck --check-prefix=OBJ %s ++; XFAIL: * + + target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" + target triple = "x86_64-unknown-linux-gnu"