diff options
-rw-r--r-- | lld/test/ELF/lto/thinlto-index-only.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/thinlto-index-only.ll b/lld/test/ELF/lto/thinlto-index-only.ll index 9fbcbbb2f97..be26f25fa0c 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. |