[llvm-commits] CVS: llvm/test/Regression/Linker/2004-02-17-WeakStrongLinkage.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 17 15:59:02 PST 2004
Changes in directory llvm/test/Regression/Linker:
2004-02-17-WeakStrongLinkage.ll added (r1.1)
---
Log message:
New testcase for PR245
---
Diffs of the changes: (+7 -0)
Index: llvm/test/Regression/Linker/2004-02-17-WeakStrongLinkage.ll
diff -c /dev/null llvm/test/Regression/Linker/2004-02-17-WeakStrongLinkage.ll:1.1
*** /dev/null Tue Feb 17 15:58:40 2004
--- llvm/test/Regression/Linker/2004-02-17-WeakStrongLinkage.ll Tue Feb 17 15:58:29 2004
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s > %t.out2.bc
+ ; RUN: echo "%me = global int* null" | llvm-as > %t.out1.bc
+ ; RUN: llvm-link %t.out[12].bc -o /dev/null -f
+
+ %me = weak global int * null
+
+
More information about the llvm-commits
mailing list