silent-gold-utils
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 31 Oct 2020 13:13:25 +0000 (13:13 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 31 Oct 2020 13:13:25 +0000 (13:13 +0000)
Gbp-Pq: Name silent-gold-utils.diff

14 files changed:
llvm/test/tools/gold/X86/common_thinlto.ll
llvm/test/tools/gold/X86/emit-llvm.ll
llvm/test/tools/gold/X86/parallel.ll
llvm/test/tools/gold/X86/pr19901_thinlto.ll
llvm/test/tools/gold/X86/slp-vectorize.ll
llvm/test/tools/gold/X86/strip_names.ll
llvm/test/tools/gold/X86/thinlto.ll
llvm/test/tools/gold/X86/thinlto_archive.ll
llvm/test/tools/gold/X86/thinlto_internalize.ll
llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
llvm/test/tools/gold/X86/thinlto_weak_resolution.ll
llvm/test/tools/gold/X86/type-merge2.ll
llvm/test/tools/gold/X86/vectorize.ll
llvm/test/tools/gold/X86/visibility.ll

index cd54d00f671b4973c3512347390e968b7c101a7c..d748684af0e8a0a5b8331d1824dc42db8d4e2bb4 100644 (file)
@@ -17,6 +17,7 @@
 
 ; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM
 ; NM: bar
+; XFAIL: *
 
 source_filename = "common1.c"
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
index 8bab561889ae009f369a790f14821e2d6b48f430..8773912afdc4eb6ab114539dffe7cbb60505799e 100644 (file)
@@ -21,6 +21,8 @@
 ; RUN: not test -a %t4.o
 
 ; NM: T f3
+; XFAIL: *
+
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
index dabb5c469319386acc4bf67cca8ce84b9fff6d3d..2aeda3f3e8624da533c87062542db58586f2b5ba 100644 (file)
@@ -5,6 +5,7 @@
 ; RUN: llvm-dis %t.1.5.precodegen.bc -o - | FileCheck --check-prefix=CHECK-BC1 %s
 ; RUN: llvm-nm %t.o | FileCheck --check-prefix=CHECK0 %s
 ; RUN: llvm-nm %t.o1 | FileCheck --check-prefix=CHECK1 %s
+; XFAIL: *
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
index 612bea977bf2ad782c39e552e3d4af972de485a2..675023facde53b6588dee29842a378bfacc8590e 100644 (file)
@@ -4,6 +4,7 @@
 ; RUN:     --plugin-opt=thinlto \
 ; RUN:     -shared -m elf_x86_64 -o %t.so %t2.o %t.o
 ; RUN: llvm-readobj --symbols %t.so | FileCheck %s
+; XFAIL: i686, i386
 
 ; CHECK:       Symbol {
 ; CHECK:         Name: f
index fd4928e9cfcb898623bf26d04b749c27a0211b2d..4762da11afb1ee0f5d58742d8e09d8ed25257c05 100644 (file)
@@ -7,6 +7,7 @@
 
 ; test that the vectorizer is run.
 ; CHECK: fadd <4 x float>
+; XFAIL: *
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
index 150754ef79b33922e24700b0cf1d800999076c91..ce0d4d15e88156ce4cb4c5127385efb87d7555f9 100644 (file)
@@ -25,6 +25,7 @@
 ; NONAME:  %2 = load i32, i32* @GlobalValueName
 ; NONAME:  %3 = add i32 %0, %2
 ; NONAME:  ret i32 %3
+; XFAIL: *
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
index 0b6d2d441d22d860b13626cffef541a2fb06dec2..3eda203530937f76de6af00982aab4a28f886585 100644 (file)
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 
+; XFAIL: i686, i386
+
 declare void @g(...)
 
 define void @f() {
index 0c6a15193979c4290ac1da87b891ab059d68c156..267df0dbcf3e8cb43e3661cd4bcd662110ec30d8 100644 (file)
@@ -15,6 +15,7 @@
 ; RUN:    --plugin-opt=jobs=1 \
 ; RUN:    -shared %t.o %t.a -o %t4 2>&1 | FileCheck %s
 ; RUN: llvm-nm %t4 | FileCheck %s --check-prefix=NM
+; XFAIL: i686, i386
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
index 5408596124f6e0627208dd6c3fb0c872fb056e87..f7ec02d5a3252f0e37670d696a63adec0743e848 100644 (file)
@@ -14,6 +14,8 @@
 ; h() should be internalized after promotion, and eliminated after inlining
 ; CHECK-NOT: @h.llvm.
 
+; XFAIL: i686, i386
+
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 define i32 @g() {
index e5e30478d139c9d625600094e12b1e8225878d5f..3860c4fb0f4fca046fce8ea72215bfa3f5a4c878 100644 (file)
@@ -23,6 +23,8 @@
 ; OPT-NOT: @f()
 ; OPT2: define weak_odr hidden void @f()
 
+; XFAIL: i686, i386
+
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 define i32 @g() {
index 5bed8ca37c4c6c5efdc7302a7b56380bb20d8de0..c94a5b067e78c577bad69be92fbdf1e30a08b536 100644 (file)
@@ -9,6 +9,7 @@
 ; RUN:     --plugin-opt=save-temps \
 ; RUN:     -shared \
 ; RUN:     -o %t3.o %t.o %t2.o
+; XFAIL: i686, i386
 
 ; RUN: llvm-nm %t3.o | FileCheck %s
 ; CHECK: weakfunc
index 28ba37e9dcdeab2bff359f738f25f03cf5d9fb92..2a1ecc0e453e0bab8dbf174c9a2df275fe984a58 100644 (file)
@@ -6,6 +6,8 @@
 ; RUN:    -shared %t.o %t2.o -o %t3.o
 ; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s
 
+; XFAIL: *
+
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 
index e78064de5b97943236a60bf685b297831a51f400..08e5a6f8e73193aa33ad01d301e69674f2306c7a 100644 (file)
@@ -7,6 +7,7 @@
 
 ; test that the vectorizer is run.
 ; CHECK: fadd <4 x float>
+; XFAIL: *
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
index 9206233f0899434521cc714023f7cc14dc72a953..61d23ad9de825243e6aa17deaeaa980a2b24dd8e 100644 (file)
@@ -16,6 +16,7 @@
 ; CHECK-NEXT: Other [
 ; CHECK-NEXT:   STV_PROTECTED
 ; CHECK-NEXT: ]
+; XFAIL: *
 
 ; IR: define dso_local void @foo