diff options
Diffstat (limited to 'llvm/test/tools/gold/PowerPC/mtriple.ll')
| -rw-r--r-- | llvm/test/tools/gold/PowerPC/mtriple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/PowerPC/mtriple.ll b/llvm/test/tools/gold/PowerPC/mtriple.ll index ed7fd485cc9..e2bfa254234 100644 --- a/llvm/test/tools/gold/PowerPC/mtriple.ll +++ b/llvm/test/tools/gold/PowerPC/mtriple.ll @@ -1,7 +1,7 @@ ; REQUIRES: ld_emu_elf32ppc ; RUN: llvm-as %s -o %t.o -; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -m elf32ppc \ +; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext -m elf32ppc \ ; RUN: -plugin-opt=mtriple=powerpc-linux-gnu \ ; RUN: -plugin-opt=obj-path=%t3.o \ ; RUN: -shared %t.o -o %t2 |

