diff options
-rw-r--r-- | lld/test/ELF/lto/dynsym.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/lto/dynsym.ll b/lld/test/ELF/lto/dynsym.ll index b1ba842c94d..5885960c7bc 100644 --- a/lld/test/ELF/lto/dynsym.ll +++ b/lld/test/ELF/lto/dynsym.ll @@ -1,5 +1,5 @@ ; REQUIRES: x86 -; RUN: llvm-mc -filetype=obj -o %t.o %p/Inputs/dynsym.s +; RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux -o %t.o %p/Inputs/dynsym.s ; RUN: ld.lld -m elf_x86_64 %t.o -o %t.so -shared ; RUN: llvm-as %s -o %t2.o ; RUN: ld.lld -m elf_x86_64 %t2.o %t.so -o %t |