[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-05-31-MissingStructName.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat May 31 18:28:01 PDT 2003
Changes in directory llvm/test/Regression/CBackend:
2003-05-31-MissingStructName.ll added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Regression/CBackend/2003-05-31-MissingStructName.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-05-31-MissingStructName.ll:1.1
*** /dev/null Sat May 31 18:27:20 2003
--- llvm/test/Regression/CBackend/2003-05-31-MissingStructName.ll Sat May 31 18:27:10 2003
***************
*** 0 ****
--- 1,4 ----
+ ; The C backend was dying when there was no typename for a struct type!
+
+ declare int %test(int,{ [32 x int] }*)
+
More information about the llvm-commits
mailing list