[lld] r340259 - [LLD][ELF] - Fix BB after r340257.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 01:27:24 PDT 2018


Author: grimar
Date: Tue Aug 21 01:27:23 2018
New Revision: 340259

URL: http://llvm.org/viewvc/llvm-project?rev=340259&view=rev
Log:
[LLD][ELF] - Fix BB after r340257.

Renamed Filecheck->FileCheck.

Modified:
    lld/trunk/test/ELF/lazy-arch-conflict.s

Modified: lld/trunk/test/ELF/lazy-arch-conflict.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lazy-arch-conflict.s?rev=340259&r1=340258&r2=340259&view=diff
==============================================================================
--- lld/trunk/test/ELF/lazy-arch-conflict.s (original)
+++ lld/trunk/test/ELF/lazy-arch-conflict.s Tue Aug 21 01:27:23 2018
@@ -2,6 +2,6 @@
 
 # RUN: echo '.globl foo; .weak foo; .quad foo;' | llvm-mc -filetype=obj -triple=x86_64-unknown-linux - -o %t64.o
 # RUN: echo '.globl foo; foo:' | llvm-mc -filetype=obj -triple=i686-pc-linux - -o %t32.o
-# RUN: not ld.lld %t64.o --start-lib %t32.o --end-lib -o /dev/null 2>&1 | Filecheck %s
+# RUN: not ld.lld %t64.o --start-lib %t32.o --end-lib -o /dev/null 2>&1 | FileCheck %s
 
 # CHECK: error: incompatible file: {{.*}}32.o




More information about the llvm-commits mailing list