Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 66b8eaa

Browse files
author
James Molloy
committed
[LTO] Appease buildbots take 3
This time I've found a linux box and checked it there. This test now passes. Because I'd introduced an undefined reference in @bar, gold now returns an error. This doesn't matter for the test itself, because it also emits the remarks the test is checking for. But it does cause LIT to notice a nonzero return code which it faults on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253454 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9e9da1f commit 66b8eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tools/gold/X86/remarks.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
; RUN: llvm-as %s -o %t.o
22

3-
; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
3+
; RUN: not %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
44
; RUN: -plugin-opt=-pass-remarks=inline %t.o -o %t2.o 2>&1 | FileCheck %s
55

6-
; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
6+
; RUN: not %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
77
; RUN: %t.o -o %t2.o 2>&1 | FileCheck -allow-empty --check-prefix=NO-REMARK %s
88

99

0 commit comments

Comments
 (0)