[llvm-commits] CVS: llvm/test/Regression/Linker/AppendingLinkage2.ll

Chris Lattner lattner at cs.uiuc.edu
Tue May 13 15:49:02 PDT 2003


Changes in directory llvm/test/Regression/Linker:

AppendingLinkage2.ll added (r1.1)

---
Log message:

Add new testcase for appending linkage


---
Diffs of the changes:

Index: llvm/test/Regression/Linker/AppendingLinkage2.ll
diff -c /dev/null llvm/test/Regression/Linker/AppendingLinkage2.ll:1.1
*** /dev/null	Tue May 13 15:48:27 2003
--- llvm/test/Regression/Linker/AppendingLinkage2.ll	Tue May 13 15:48:17 2003
***************
*** 0 ****
--- 1,7 ----
+ ; Test that appending linkage works correctly when arrays are the same size.
+ 
+ ; 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 8
+ 
+ %X = appending global [1 x int] [int 7]





More information about the llvm-commits mailing list