[llvm-commits] CVS: llvm/test/Regression/Linker/2003-08-28-TypeResolvesGlobal.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 28 23:41:01 PDT 2003


Changes in directory llvm/test/Regression/Linker:

2003-08-28-TypeResolvesGlobal.ll added (r1.1)

---
Log message:

New testcase which is preventing the linking of libstdc++


---
Diffs of the changes:

Index: llvm/test/Regression/Linker/2003-08-28-TypeResolvesGlobal.ll
diff -c /dev/null llvm/test/Regression/Linker/2003-08-28-TypeResolvesGlobal.ll:1.1
*** /dev/null	Thu Aug 28 23:40:44 2003
--- llvm/test/Regression/Linker/2003-08-28-TypeResolvesGlobal.ll	Thu Aug 28 23:40:34 2003
***************
*** 0 ****
--- 1,12 ----
+ ; RUN: as < %s > Output/%s.out1.bc
+ ; RUN: echo "%S = type int" | as > Output/%s.out2.bc
+ ; RUN: link Output/%s.out[21].bc
+ 
+ %S = type opaque
+ 
+ void %foo(int* %V) {
+   ret void
+ }
+ 
+ declare void %foo(%S*)
+ 





More information about the llvm-commits mailing list