diff options
Diffstat (limited to 'lld/test/ELF/lto/common3.ll')
-rw-r--r-- | lld/test/ELF/lto/common3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/common3.ll b/lld/test/ELF/lto/common3.ll index aea33f443f4..de52615e24f 100644 --- a/lld/test/ELF/lto/common3.ll +++ b/lld/test/ELF/lto/common3.ll @@ -1,7 +1,7 @@ ; REQUIRES: x86 ; RUN: llvm-as %s -o %t1.o ; RUN: llvm-as %S/Inputs/common3.ll -o %t2.o -; RUN: ld.lld -m elf_x86_64 %t1.o %t2.o -o %t -shared -save-temps +; RUN: ld.lld %t1.o %t2.o -o %t -shared -save-temps ; RUN: llvm-dis < %t.0.2.internalize.bc | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |