[llvm-commits] CVS: llvm/test/Regression/Linker/2004-12-03-DisagreeingType.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 1 18:46:41 PST 2005
Changes in directory llvm/test/Regression/Linker:
2004-12-03-DisagreeingType.ll added (r1.1)
---
Log message:
Check in an old test that never made it into CVS
---
Diffs of the changes: (+8 -0)
Index: llvm/test/Regression/Linker/2004-12-03-DisagreeingType.ll
diff -c /dev/null llvm/test/Regression/Linker/2004-12-03-DisagreeingType.ll:1.1
*** /dev/null Sat Jan 1 20:46:39 2005
--- llvm/test/Regression/Linker/2004-12-03-DisagreeingType.ll Sat Jan 1 20:46:29 2005
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: echo "%G = weak global {{{{double}}}} zeroinitializer" | llvm-as > %t.out2.bc
+ ; RUN: llvm-as < %s > %t.out1.bc
+ ; RUN: llvm-link %t.out[12].bc | llvm-dis | not grep '\}'
+
+ ; When linked, the global above should be eliminated, being merged with the
+ ; global below.
+
+ %G = global double 1.0
More information about the llvm-commits
mailing list