Changes in directory llvm/test/Linker:

basiclink.ll updated: 1.1 -> 1.2
---
Log message:

Use -f option so test is repeatable.


---
Diffs of the changes:  (+2 -2)

 basiclink.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Linker/basiclink.ll
diff -u llvm/test/Linker/basiclink.ll:1.1 llvm/test/Linker/basiclink.ll:1.2
--- llvm/test/Linker/basiclink.ll:1.1   Sat Jan 27 15:09:03 2007
+++ llvm/test/Linker/basiclink.ll       Sat Jan 27 15:10:35 2007
@@ -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 )



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to