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
This commit is contained in:
Sylvestre Ledru 2018-02-14 12:11:41 +00:00
parent a189c57082
commit 81afee5854
2 changed files with 24 additions and 3 deletions

9
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> 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

View File

@ -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"