Displaying 2 results from an estimated 2 matches for "r134683".
2011 Jul 07
0
[LLVMdev] type-system-rewrite branch near landing
>> 1. Many Objective-C(++) tests fail, because they use implicitly
>> defined structs for various ObjC runtime data structures; the
>> ASTConsumer HandleTagDeclDefinition callback is never called for these
>> structs, which means that I don't bother to lay them out, so they only
>> ever get an opaque LLVM type. Then we get assertion failures when
>>
2011 Jul 07
7
[LLVMdev] type-system-rewrite branch near landing
On Thu, Jul 7, 2011 at 12:55 AM, Jay Foad <jay.foad at gmail.com> wrote:
>> 1. Clang - Jay, do you have a patch for this?
>
> Yes. It's good enough to build most of LLVM+Clang, except for a couple
> of files. But I'm running out of time and expertise to be able to fix
> the remaining bits. Some specific concerns:
>
> 1. Many Objective-C(++) tests fail, because