[llvm-commits] CVS: llvm/test/Regression/Linker/2006-01-19-ConstantPacked.ll

Reid Spencer reid at x10sys.com
Thu Jan 19 17:32:09 PST 2006



Changes in directory llvm/test/Regression/Linker:

2006-01-19-ConstantPacked.ll added (r1.1)
---
Log message:

Add a test case for PR697: http://llvm.cs.uiuc.edu/PR697 , ensuring the linker works with ConstantPacked.


---
Diffs of the changes:  (+14 -0)

 2006-01-19-ConstantPacked.ll |   14 ++++++++++++++
 1 files changed, 14 insertions(+)


Index: llvm/test/Regression/Linker/2006-01-19-ConstantPacked.ll
diff -c /dev/null llvm/test/Regression/Linker/2006-01-19-ConstantPacked.ll:1.1
*** /dev/null	Thu Jan 19 19:32:08 2006
--- llvm/test/Regression/Linker/2006-01-19-ConstantPacked.ll	Thu Jan 19 19:31:58 2006
***************
*** 0 ****
--- 1,14 ----
+ ; RUN: llvm-as %s -f -o %s.bc ; llvm-link -f -o %s.linked %s.bc
+ 
+ target endian = big
+ target pointersize = 32
+ target triple = "powerpc-apple-darwin7.7.0"
+ deplibs = [ "c", "crtend" ]
+ %source = global <4 x int> < int 0, int 1, int 2, int 3 >
+ 
+ implementation   ; Functions:
+ 
+ int %main() {
+ entry:
+         ret int 0
+ }






More information about the llvm-commits mailing list