[cfe-dev] When the debugging info are inserted
Eric Christopher
echristo at gmail.com
Fri Sep 19 10:24:32 PDT 2014
Debug info creation happens at the same time as code generation. So
when the IR module is complete, so is debug info.
-eric
On Fri, Sep 19, 2014 at 10:18 AM, Simone Atzeni <simone.at at gmail.com> wrote:
> Hi all,
>
> if I understand well, under “clang/lib/CodeGen” there are all the modules that generates the IR code from the AST.
>
> I would like to know when the IR code generation is completed and all the debugging information are available in each IR instruction.
>
> Do you have any idea?
>
> Thanks.
> Best Regards,
> Simone
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list