search for: structsdeferred

Displaying 3 results from an estimated 3 matches for "structsdeferred".

2011 Jul 11
1
[LLVMdev] type-system-rewrite branch landing tomorrow
...patch. when function's return type is struct type and this struct type includes only function's pointer type as element, funtion's return type is not struct type's element and is struct type in this patch. and this patch inserts redundant GetLLVMType() function to remove duplicate StructsDeferred.push_back(). What do you think about this patch? Please review this patch. Thanks, Jin-Gu Kang -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-gcc-4.2-for-arm.patch Type: application/octet-stream Size: 2823 bytes Desc: llvm-gcc-4.2-for-arm.patch URL: <...
2011 Jul 09
2
[LLVMdev] type-system-rewrite branch landing tomorrow
On Sat, Jul 9, 2011 at 4:27 PM, Chris Lattner <clattner at apple.com> wrote: > I'm sorry, I've been away from the computer. I'll investigate this in the next half hour.  Thanks for the test cases! One more testcase, which might be of interest; crashes clang on x86-64: struct T { struct T (*p)(void); } t; -Eli
2011 Jul 10
0
[LLVMdev] type-system-rewrite branch landing tomorrow
On Jul 9, 2011, at 4:35 PM, Eli Friedman wrote: > On Sat, Jul 9, 2011 at 4:27 PM, Chris Lattner <clattner at apple.com> wrote: >> I'm sorry, I've been away from the computer. I'll investigate this in the next half hour. Thanks for the test cases! > > One more testcase, which might be of interest; crashes clang on x86-64: > > struct T { > struct T