[cfe-dev] LLVM- AST contents display and dependency analysis

yaduveer singh yaduveer99 at gmail.com
Fri Jun 5 01:39:37 PDT 2015


Hi All,

Thank you very much for your advice and suggestions. I think I have got
answer of my queries so I am closing the thread now.

Once again, Thank you very much for your time.

Regards,
Yaduveer

On Tue, May 19, 2015 at 2:20 AM, Renato Golin <renato.golin at linaro.org>
wrote:

> On 18 May 2015 at 21:48, Sean Silva <chisophugis at gmail.com> wrote:
> > Of course, all of clang's source code is there for you to look at, so for
> > any given construct you can theoretically just imitate what is happening
> > inside clang, but it is extremely error-prone because you need to ensure
> > that all of the AST's invariants are maintained, with anything ranging
> from
> > a crash to silent miscompilation if you don't. These invariants are not
> > documented and probably not all consciously known.
>
> This brings back memories of EDG...
>
> I'm beginning to think that it'd be easier to create a perl script to
> annotate the source code before compilation and always add the OpenMP
> command line options, instead of doing anything in Clang/LLVM itself.
>
> cheers,
> --renato
> _______________________________________________
> 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/20150605/69f0a03f/attachment.html>


More information about the cfe-dev mailing list