diff options
Diffstat (limited to 'lld/test/ELF/lto/common2.ll')
-rw-r--r-- | lld/test/ELF/lto/common2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/common2.ll b/lld/test/ELF/lto/common2.ll index 2345a203b24..1cb5c322ba0 100644 --- a/lld/test/ELF/lto/common2.ll +++ b/lld/test/ELF/lto/common2.ll @@ -1,6 +1,6 @@ ; REQUIRES: x86 ; RUN: llvm-as %s -o %t1.o -; RUN: ld.lld -m elf_x86_64 %t1.o -o %t -shared -save-temps +; RUN: ld.lld %t1.o -o %t -shared -save-temps ; RUN: llvm-dis < %t.0.2.internalize.bc | FileCheck %s ; RUN: llvm-readobj -t %t | FileCheck %s --check-prefix=SHARED |