From ebb7f5c71add74273516c4fe1d3103584a070bac Mon Sep 17 00:00:00 2001 From: Rumeet Dhindsa Date: Fri, 11 May 2018 20:50:27 +0000 Subject: [PATCH] Update input file in test llvm-svn: 332139 --- lld/test/ELF/lto/thinlto-index-only.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/lto/thinlto-index-only.ll b/lld/test/ELF/lto/thinlto-index-only.ll index 9fbcbbb..be26f25 100644 --- a/lld/test/ELF/lto/thinlto-index-only.ll +++ b/lld/test/ELF/lto/thinlto-index-only.ll @@ -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. -- 2.7.4