Update test to not check for output file
authorRumeet Dhindsa <rdhindsa@google.com>
Fri, 11 May 2018 20:28:45 +0000 (20:28 +0000)
committerRumeet Dhindsa <rdhindsa@google.com>
Fri, 11 May 2018 20:28:45 +0000 (20:28 +0000)
Differential Revision: https://reviews.llvm.org/D46771

llvm-svn: 332134

lld/test/ELF/lto/thinlto-index-only.ll

index 7f58553..9fbcbbb 100644 (file)
 ; RUN: not test -e %t4
 
 ; Ensure lld generates an index even if the file is wrapped in --start-lib/--end-lib
-; RUN: rm -f %t2.o.thinlto.bc
-; RUN: ld.lld -m elf_x86_64 --plugin-opt=thinlto-index-only -shared %t1.o %t3.o --start-lib %t2.o --end-lib -o %t
+; RUN: rm -f %t2.o.thinlto.bc %t4
+; RUN: ld.lld -m elf_x86_64 --plugin-opt=thinlto-index-only -shared %t1.o %t3.o --start-lib %t2.o --end-lib -o %t4
 ; RUN: ls %t2.o.thinlto.bc
+; RUN: not test -e %t4
 
 ; NM: T f