[llvm-commits] CVS: llvm/test/Regression/Linker/AppendingLinkage.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue May 13 15:32:03 PDT 2003
Changes in directory llvm/test/Regression/Linker:
AppendingLinkage.ll added (r1.1)
---
Log message:
New test for appending linkage
---
Diffs of the changes:
Index: llvm/test/Regression/Linker/AppendingLinkage.ll
diff -c /dev/null llvm/test/Regression/Linker/AppendingLinkage.ll:1.1
*** /dev/null Tue May 13 15:31:56 2003
--- llvm/test/Regression/Linker/AppendingLinkage.ll Tue May 13 15:31:46 2003
***************
*** 0 ****
--- 1,7 ----
+ ; Test that appending linkage works correctly.
+
+ ; RUN: echo "%X = appending global [1x int] [int 8]" | as > Output/%s.2.bc
+ ; RUN: as < %s > Output/%s.1.bc
+ ; RUN: link Output/%s.[12].bc | dis | grep 7 | grep 4 | grep 8
+
+ %X = appending global [2 x int] [int 7, int 4]
More information about the llvm-commits
mailing list