[cfe-dev] Error on clang::CodeGen::CGBuilderTy while building clang from svn trunk

John McCall rjmccall at apple.com
Mon Jul 22 14:57:05 PDT 2013


On Jul 21, 2013, at 1:44 PM, Arji Cot <arjicot at gmail.com> wrote:
> error: ‘clang::CodeGen::CGBuilderTy’ has no member named ‘DisableDebugLocations’
>      Builder.DisableDebugLocations();
>              ^
> llvm/tools/clang/lib/CodeGen/CGBlocks.cpp:1174:13: error: ‘clang::CodeGen::CGBuilderTy’ has no member named ‘EnableDebugLocations’
>      Builder.EnableDebugLocations();
>              ^
> 
> And I'm building the svn revision

Your revisions are probably out of sync.  Updating the LLVM checkout won’t
update the clang checkout or vice-versa.

John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130722/a2f88887/attachment.html>


More information about the cfe-dev mailing list