[cfe-dev] Almost there...

Sebastian Redl sebastian.redl at getdesigned.at
Fri Jun 5 06:20:57 PDT 2009


AlisdairM(public) wrote:
> Now my last problem - I am getting a couple of compiler errors trying to
> build the CodeGen library, so can't link the final clang-cc.  Are these a
> known issue?
>
> ...\clang\lib\CodeGen\CGBuiltin.cpp(271) : error C2039: 'BIalloca' : is not
> a member of 'clang::Builtin'
> ...\clang\lib\CodeGen\CGBuiltin.cpp(271) : error C2065: 'BIalloca' :
> undeclared identifier
> ...\clang\lib\CodeGen\CGBuiltin.cpp(271) : error C2051: case expression not
> constant
>
> ...\clang\lib\CodeGen\CGCall.cpp(1757) : error C2039: 'NoRedZone' : is not a
> member of 'llvm::Attribute'
> ...\clang\lib\CodeGen\CGCall.cpp(1757) : error C2065: 'NoRedZone' :
> undeclared identifier
>   
Looks like you caught a broken in-between commit. Try simply updating
Clang again.
If that's not it, I'll have to look at it myself. Been a while since I
built Clang on Windows.

Sebastian



More information about the cfe-dev mailing list