diff options
Diffstat (limited to 'lld/test/ELF/lto/keep-undefined.ll')
-rw-r--r-- | lld/test/ELF/lto/keep-undefined.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/keep-undefined.ll b/lld/test/ELF/lto/keep-undefined.ll index cb0f4ce491f..55d2a05b48f 100644 --- a/lld/test/ELF/lto/keep-undefined.ll +++ b/lld/test/ELF/lto/keep-undefined.ll @@ -2,7 +2,7 @@ ; This test checks that symbols which are specified in "-u" switches ; are kept over LTO if we link an executable. ; RUN: llvm-as %s -o %t.o -; RUN: ld.lld -m elf_x86_64 %t.o -o %tout -u foo +; RUN: ld.lld %t.o -o %tout -u foo ; RUN: llvm-nm %tout | FileCheck %s ; CHECK: T foo |