[GCC-XML] Parsing LLVM

Paolo Redaelli paolo.redaelli at gmail.com
Sun Jun 2 13:21:20 EDT 2013


Il 24/05/2013 14:23, Brad King ha scritto:
> On 05/24/2013 02:19 AM, Paolo Redaelli wrote:
>> $ llvm-config --cppflags --cflags --cxxflags
>> ... -fno-exceptions ...
> The `llvm-config --cxxflags` is passing -fno-exceptions to gccxml.
> You should extract only the preprocessing flags (--cppflags) to
> pass to gccxml.
Oh my! It was *that* simple! It works fine with all the llvm versions I
tried!
Thank you



More information about the gccxml mailing list