Le 5 mars 2011 à 17:41, David Chisnall a écrit :

> The debug info stuff in LK doesn't really work, so just comment this stuff 
> out.  I'll fix it properly when I next have time to work on LK... (soon, I 
> hope)

ok, thanks for the hint. I was able to get it compile by commenting out all 
related code, see r6834.

Quentin.

> On 5 Mar 2011, at 16:39, Quentin Mathé wrote:
> 
>> Hi,
>> 
>> I just tried to compile LK with today's Clang, but the build aborts on:
>> 
>> In file included from CodeGenBlock.cpp:1:
>> In file included from 
>> /home/qmathe/reps/trunkEtoile/Languages/LanguageKit/CodeGen/CodeGenBlock.h:3:
>> /home/qmathe/reps/trunkEtoile/Languages/LanguageKit/CodeGen/CodeGenModule.h:37:3:
>>  error: unknown type name 'DIFactory'
>> DIFactory *Debug;
>> ^
>> /home/qmathe/reps/trunkEtoile/Languages/LanguageKit/CodeGen/CodeGenModule.h:96:2:
>>  error: unknown type name 'DIFactory'
>>       DIFactory *getDebugFactory() { return Debug; }
>>       ^
>> CodeGenBlock.cpp:20:9: warning: unused variable 'enclosingContext' 
>> [-Wunused-variable]
>>       Value *enclosingContext = enclosingScope->getContext();
>>              ^
>> 1 warning and 2 errors generated.
>> 
>> According to a discussion on the LLVM mailing list started on February 18, 
>> it seems to have been replaced by DIBuilder.
>> 
>> Cheers,
>> Quentin.
>> _______________________________________________
>> Etoile-dev mailing list
>> [email protected]
>> https://mail.gna.org/listinfo/etoile-dev
> 
> 
> -- Sent from my STANTEC-ZEBRA
> 
> 
> _______________________________________________
> Etoile-dev mailing list
> [email protected]
> https://mail.gna.org/listinfo/etoile-dev


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to