diff options
Diffstat (limited to 'lld/test/ELF/lto/archive-2.ll')
-rw-r--r-- | lld/test/ELF/lto/archive-2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/lto/archive-2.ll b/lld/test/ELF/lto/archive-2.ll index 6712d60c11e..28e349ebd31 100644 --- a/lld/test/ELF/lto/archive-2.ll +++ b/lld/test/ELF/lto/archive-2.ll @@ -3,9 +3,9 @@ ; RUN: rm -f %t.a ; RUN: llvm-ar rcs %t.a %t1.o ; RUN: llvm-as %s -o %t2.o -; RUN: ld.lld -m elf_x86_64 %t2.o %t.a -o %t3 +; RUN: ld.lld %t2.o %t.a -o %t3 ; RUN: llvm-readobj -t %t3 | FileCheck %s -; RUN: ld.lld -m elf_x86_64 %t2.o --whole-archive %t.a -o %t3 -shared +; RUN: ld.lld %t2.o --whole-archive %t.a -o %t3 -shared ; RUN: llvm-readobj -t %t3 | FileCheck %s ; CHECK: Name: _start ( |