[lld] r332139 - Update input file in test

Rumeet Dhindsa via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 13:50:27 PDT 2018


Author: rdhindsa
Date: Fri May 11 13:50:27 2018
New Revision: 332139

URL: http://llvm.org/viewvc/llvm-project?rev=332139&view=rev
Log:
Update input file in test


Modified:
    lld/trunk/test/ELF/lto/thinlto-index-only.ll

Modified: lld/trunk/test/ELF/lto/thinlto-index-only.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/thinlto-index-only.ll?rev=332139&r1=332138&r2=332139&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/thinlto-index-only.ll (original)
+++ lld/trunk/test/ELF/lto/thinlto-index-only.ll Fri May 11 13:50:27 2018
@@ -8,7 +8,7 @@
 ; RUN: ld.lld -m elf_x86_64 --plugin-opt=thinlto-index-only -shared %t1.o %t2.o -o %t3
 ; RUN: ls %t2.o.thinlto.bc
 ; RUN: not test -e %t3
-; RUN: ld.lld -m elf_x86_64 -shared %t.o %t2.o -o %t3
+; RUN: ld.lld -m elf_x86_64 -shared %t1.o %t2.o -o %t3
 ; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM
 
 ; Basic ThinLTO tests.




More information about the llvm-commits mailing list