diff options
Diffstat (limited to 'lld/test/ELF/lto/comdat.ll')
-rw-r--r-- | lld/test/ELF/lto/comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/comdat.ll b/lld/test/ELF/lto/comdat.ll index e1384d0abd2..1739351220c 100644 --- a/lld/test/ELF/lto/comdat.ll +++ b/lld/test/ELF/lto/comdat.ll @@ -1,6 +1,6 @@ ; REQUIRES: x86 ; RUN: llvm-as %s -o %t.o -; RUN: ld.lld -m elf_x86_64 %t.o %t.o -o %t.so -shared +; RUN: ld.lld %t.o %t.o -o %t.so -shared ; RUN: llvm-readobj -t %t.so | FileCheck %s ; CHECK: Name: foo |