[cfe-dev] Compiling my Clang Tool using Libtool

Manuel Klimek klimek at google.com
Wed Apr 9 09:40:25 PDT 2014


This is too little information to help you. We need:
- the actual error
- the code you're running it on
(preferably trimmed down to the minimum you can make it)


On Wed, Apr 9, 2014 at 12:23 PM, Viktor Kaszian <kaszian at cs.uni-bonn.de>wrote:

> Hi everyone,
>
> those of you who double up on the cfe-users may remember my emails
> regarding Control Flow Graphs.
>
> I want to try to compile a Tool that will extract the CFG from any given
> .c/.cpp source file. The core idea is to use ASTConsumer function and
> execute BuildCFG.
>
> However I keep getting error messages when trying to compile the tool.
> These always pertain to the correct use of includes at the beginning of the
> tool. I used similar includes to those used in the tutorial (
> http://clang.llvm.org/docs/LibTooling.html), but the tutorial seems to
> skip over placing my own source file as well as correctly compiling it.
>
> If you could help me out it would be much appreciated.
>
> Best regards,
> Viktor
> _______________________________________________
> 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/20140409/11f8dcd2/attachment.html>


More information about the cfe-dev mailing list