[llvm-commits] CVS: llvm/test/Regression/Linker/2003-05-15-TypeProblem.ll

Chris Lattner lattner at cs.uiuc.edu
Thu May 15 11:02:01 PDT 2003


Changes in directory llvm/test/Regression/Linker:

2003-05-15-TypeProblem.ll added (r1.1)

---
Log message:

New linker problem from twolf benchmark


---
Diffs of the changes:

Index: llvm/test/Regression/Linker/2003-05-15-TypeProblem.ll
diff -c /dev/null llvm/test/Regression/Linker/2003-05-15-TypeProblem.ll:1.1
*** /dev/null	Thu May 15 11:01:42 2003
--- llvm/test/Regression/Linker/2003-05-15-TypeProblem.ll	Thu May 15 11:01:32 2003
***************
*** 0 ****
--- 1,10 ----
+ ; This one fails because the LLVM runtime is allowing two null pointers of
+ ; the same type to be created!
+ 
+ ; RUN: echo "%S = type { %T*} %T = type opaque" | as > Output/%s.2.bc
+ ; RUN: as < %s > Output/%s.1.bc
+ ; RUN: link Output/%s.[12].bc
+ 
+ %S = type { %T* }
+ %T = type int
+ 





More information about the llvm-commits mailing list