[llvm-commits] [parallel] CVS: llvm/test/Regression/Linker/2004-02-17-WeakStrongLinkage.ll
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 1 20:46:59 PST 2004
Changes in directory llvm/test/Regression/Linker:
2004-02-17-WeakStrongLinkage.ll added (r1.1.2.1)
---
Log message:
Merge from trunk
---
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.2.1
*** /dev/null Mon Mar 1 17:59:24 2004
--- llvm/test/Regression/Linker/2004-02-17-WeakStrongLinkage.ll Mon Mar 1 17:59:14 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