[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM

Chris Lattner sabre at nondot.org
Tue Mar 7 15:13:52 PST 2006


On Tue, 7 Mar 2006, Vladimir Prus wrote:
>> Can you send me the preprocessed .i file for this file?
> Sure, I've sent it by private email (180K is too big for list).

Thanks.

>> Is this what you have?
>
> Yes, but after removing ATTRIBUTE_UNUSED the second error is gone. <rumbling
> about syntax errors recovery quality in gcc.../>

Okay, that makes much more sense :)

> IIRC, gcc used to be picky about placements of attributes. Any change you'll
> change to any of working syntaxes, or, you 100% portable approach of:
>
>    void*  /* data */) {

This is what I did.  Thanks! :)

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list