aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/gold/mtriple.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/gold/mtriple.ll')
-rw-r--r--test/tools/gold/mtriple.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/gold/mtriple.ll b/test/tools/gold/mtriple.ll
index 6395af6..94211ed 100644
--- a/test/tools/gold/mtriple.ll
+++ b/test/tools/gold/mtriple.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as %s -o %t.o
-; RUN: ld -plugin %llvmshlibdir/LLVMgold.so -m elf32ppc \
+; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -m elf32ppc \
; RUN: -plugin-opt=mtriple=powerpc-linux-gnu \
; RUN: -plugin-opt=obj-path=%t3.o \
; RUN: -shared %t.o -o %t2