diff options
Diffstat (limited to 'test/tools/gold/pr19901.ll')
-rw-r--r-- | test/tools/gold/pr19901.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tools/gold/pr19901.ll b/test/tools/gold/pr19901.ll index 2a7dea1..71bb134 100644 --- a/test/tools/gold/pr19901.ll +++ b/test/tools/gold/pr19901.ll @@ -1,6 +1,7 @@ ; RUN: llc %s -o %t.o -filetype=obj -relocation-model=pic ; RUN: llvm-as %p/Inputs/pr19901-1.ll -o %t2.o -; RUN: %gold -shared -o %t.so -plugin %llvmshlibdir/LLVMgold.so %t2.o %t.o +; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ +; RUN: -shared -m elf_x86_64 -o %t.so %t2.o %t.o ; RUN: llvm-readobj -t %t.so | FileCheck %s ; CHECK: Symbol { |