Change SystemZ large tests to use the existing long_tests property
[oota-llvm.git] / test / tools / gold / alias.ll
index dbf3af57a7b4c299ee94d27b02d85a976cd63f7e..b4edb05a4e460f546186dca42b436b479c1df8e5 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llvm-as %s -o %t.o
 ; RUN: llvm-as %p/Inputs/alias-1.ll -o %t2.o
-; RUN: ld -shared -o %t3.o -plugin %llvmshlibdir/LLVMgold.so %t2.o %t.o \
+; RUN: %gold -shared -o %t3.o -plugin %llvmshlibdir/LLVMgold.so %t2.o %t.o \
 ; RUN:  -plugin-opt=emit-llvm
 ; RUN: llvm-dis < %t3.o -o - | FileCheck %s