From: LLVM Packaging Team Date: Fri, 18 Sep 2020 09:47:25 +0000 (+0100) Subject: fails on debian unstable amd64 X-Git-Tag: archive/raspbian/1%7.0.1-8+rpi3+deb10u2^2~83 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=92bf528046f2a1f6f454e0e64e80c106d234dae4;p=llvm-toolchain-7.git fails on debian unstable amd64 Command Output (stderr): -- /build/llvm-toolchain-snapshot-4.0~svn279916/test/tools/gold/X86/start-lib-common.ll:22:10: error: expected string not found in input ; CHECK: @x = common global i32 0, align 8 ^ :1:1: note: scanning from here ; ModuleID = '/build/llvm-toolchain-snapshot-4.0~svn279916/build-llvm/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o' ^ :4:1: note: possible intended match here @x = common global i32 0, align 4 ^ Gbp-Pq: Name silent-gold-test.diff --- diff --git a/test/tools/gold/X86/comdat.ll b/test/tools/gold/X86/comdat.ll index e3fec54fc..71dc03696 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 209a556de..3f7620d62 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