[llvm-commits] CVS: llvm/test/Regression/Linker/weakextern.ll
Reid Spencer
reid at x10sys.com
Tue Dec 19 11:30:08 PST 2006
Changes in directory llvm/test/Regression/Linker:
weakextern.ll updated: 1.1 -> 1.2
---
Log message:
Make sure linker output is overwritten so this test can pass multiple times.
---
Diffs of the changes: (+1 -2)
weakextern.ll | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/Regression/Linker/weakextern.ll
diff -u llvm/test/Regression/Linker/weakextern.ll:1.1 llvm/test/Regression/Linker/weakextern.ll:1.2
--- llvm/test/Regression/Linker/weakextern.ll:1.1 Fri Dec 15 11:34:37 2006
+++ llvm/test/Regression/Linker/weakextern.ll Tue Dec 19 13:29:50 2006
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s > %t.bc
; RUN: llvm-as < `dirname %s`/testlink1.ll > %t2.bc
-; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc
+; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc -f
; RUN: llvm-dis < %t1.bc |grep "kallsyms_names = extern_weak" &&
; RUN: llvm-dis < %t1.bc |grep "MyVar = external global int" &&
; RUN: llvm-dis < %t1.bc |grep "Inte = global int"
@@ -10,4 +10,3 @@
%Inte = extern_weak global int
implementation
-
More information about the llvm-commits
mailing list