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

Reply via email to