[llvm-commits] CVS: llvm/test/Regression/Linker/2003-10-21-ConflictingTypesTolerance.ll

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 21 17:47:10 PDT 2003


Changes in directory llvm/test/Regression/Linker:

2003-10-21-ConflictingTypesTolerance.ll added (r1.1)

---
Log message:

New testcase.  The linker should not consider it an error if two types
disagree.  It should grumble, then go ahead and do it.


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

Index: llvm/test/Regression/Linker/2003-10-21-ConflictingTypesTolerance.ll
diff -c /dev/null llvm/test/Regression/Linker/2003-10-21-ConflictingTypesTolerance.ll:1.1
*** /dev/null	Tue Oct 21 17:46:32 2003
--- llvm/test/Regression/Linker/2003-10-21-ConflictingTypesTolerance.ll	Tue Oct 21 17:46:22 2003
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s > %t.out1.bc
+ ; RUN: echo "%S = type [8 x int] external global %S " | llvm-as > %t.out2.bc
+ ; RUN: llvm-link %t.out[12].bc | llvm-dis | grep %S | grep '{'
+ 
+ %S = type { int }
+ 
+ 





More information about the llvm-commits mailing list