summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-27 21:10:35 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-27 21:10:35 +0000
commitf422607990870f7437554e551cd7b6b0d0d05490 (patch)
treebca5e9858498662e8bda57acf5fa86ddeebf06f6 /llvm/test/Linker
parent5dd5d4b09e29d65aa9025f947936c3df42ddef8b (diff)
downloadbcm5719-llvm-f422607990870f7437554e551cd7b6b0d0d05490.tar.gz
bcm5719-llvm-f422607990870f7437554e551cd7b6b0d0d05490.zip
Use -f option so test is repeatable.
llvm-svn: 33589
Diffstat (limited to 'llvm/test/Linker')
-rw-r--r--llvm/test/Linker/basiclink.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Linker/basiclink.ll b/llvm/test/Linker/basiclink.ll
index 5f7c7a12ad6..6f2971a7d64 100644
--- a/llvm/test/Linker/basiclink.ll
+++ b/llvm/test/Linker/basiclink.ll
@@ -3,8 +3,8 @@
; RUN: llvm-as %s -o %t.bar.bc -f
; RUN: echo "define i32* @foo(i32 %x) { ret i32* @baz } @baz = external global i32" | \
; RUN: llvm-as -o %t.foo.bc -f
-; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc
-; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc
+; RUN: llvm-link %t.bar.bc %t.foo.bc -o %t.bc -f
+; RUN: llvm-link %t.foo.bc %t.bar.bc -o %t.bc -f
declare i32* @foo(...)
define i32* @bar() {
%ret = call i32* (...)* @foo( i32 123 )
OpenPOWER on IntegriCloud