[cfe-users] compile tools/clang/examples directory

NAKAMURA Takumi geek4civic at gmail.com
Mon Feb 11 17:59:20 PST 2013


Please try;

  $ make BUILD_EXAMPLES=1 -C tools/clang

Thus, you can build examples in tools/clang/examples. After then, you may do;

  $ make -C tools/clang/examples

HTH, Takumi

2013/2/12 Chen Tian <chen.tian at acm.org>:
> Hello,
>
> I am new to llvm/clang community. I have tried some basic tools like
> ast-print of clang. I notice there are some simple examples in
> $LLVM_SRC/tools/clang/examples. Can someone tell me how to compile and try
> them? Thanks.
>
> Best,
> Chen
>
> _______________________________________________
> cfe-users mailing list
> cfe-users at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users
>



More information about the cfe-users mailing list