[llvm-commits] CVS: llvm/test/Regression/Linker/2003-08-24-InheritPtrSize.ll

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 24 14:24:01 PDT 2003


Changes in directory llvm/test/Regression/Linker:

2003-08-24-InheritPtrSize.ll added (r1.1)

---
Log message:

New testcase


---
Diffs of the changes:

Index: llvm/test/Regression/Linker/2003-08-24-InheritPtrSize.ll
diff -c /dev/null llvm/test/Regression/Linker/2003-08-24-InheritPtrSize.ll:1.1
*** /dev/null	Sun Aug 24 14:23:42 2003
--- llvm/test/Regression/Linker/2003-08-24-InheritPtrSize.ll	Sun Aug 24 14:23:31 2003
***************
*** 0 ****
--- 1,9 ----
+ ; Linking these a module with a specified pointer size to one without a 
+ ; specified pointer size should not cause a warning!
+ 
+ ; RUN: as < %s > Output/%s.out1.bc
+ ; RUN: echo "" | as > Output/%s.out2.bc
+ ; RUN: link Output/%s.out[12].bc 2>&1 | not grep WARNING
+ 
+ target pointersize = 64
+ 





More information about the llvm-commits mailing list