[cfe-dev] Compilation problems with cfe/branches/tooling

Manuel Klimek klimek at google.com
Tue Feb 19 23:07:08 PST 2013


On Wed, Feb 20, 2013 at 7:35 AM, s0rcy <siddarth13+clangcfe at gmail.com>wrote:

> Hello,
>
> I've been having some compilation problems with the cfe/tooling branch.
> Specifically, I encounter the following errors:
>
> llvm/tools/clang/utils/TableGen/TableGen.cpp:22:10: fatal error:
> 'llvm/TableGen/TableGenAction.h' file not found
>
> as well as multiple
>
> llvm/tools/clang/utils/TableGen/NeonEmitter.cpp:248:15: error: use of
> undeclared identifier 'TGError'
>
> The trunk branch built cleanly, so I assume that the tooling branch isn't
> up
> to date and/or different. I tried to "fix" these errors by removing the
> include (which doesn't exist in the trunk branch), and changing TGError to
> PrintFatalError (used in the trunk branch), but more errors crop up later
> in
> the compilation.
>
> Any suggestions what I might be doing wrong?
>

I should soon delete the tooling branch - there's one more thing in there
we want to put somwhere else, and that's clang-rename (which so far is in
prototype state), but everything else has been merged into mainline.

Cheers,
/Manuel


>
>
>
> --
> View this message in context:
> http://clang-developers.42468.n3.nabble.com/Compilation-problems-with-cfe-branches-tooling-tp4030512.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130220/2a04a675/attachment.html>


More information about the cfe-dev mailing list