From: LLVM Packaging Team Date: Thu, 9 Aug 2018 08:06:11 +0000 (+0100) Subject: silent-gold-test X-Git-Tag: archive/raspbian/1%6.0.1-3+rpi1^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f448c1879e06dde46ae05d02578bb708d0c668f;p=llvm-toolchain-6.0.git silent-gold-test Gbp-Pq: Name silent-gold-test.diff --- diff --git a/test/tools/gold/X86/comdat.ll b/test/tools/gold/X86/comdat.ll index e3fec54f..71dc0369 100644 --- a/test/tools/gold/X86/comdat.ll +++ b/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" diff --git a/test/tools/gold/X86/start-lib-common.ll b/test/tools/gold/X86/start-lib-common.ll index 209a556d..3f7620d6 100644 --- a/test/tools/gold/X86/start-lib-common.ll +++ b/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 +; XFAIL: * target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" @x = common global i32 0, align 4