[PATCH] Debug Info: emit linkage name for constructor/destructor

David Blaikie dblaikie at gmail.com
Fri May 3 15:46:38 PDT 2013


Looks mostly reasonable - haven't thought about it in detail yet.

Could you do the checks with one dump/check instead of two, though?

On Fri, May 3, 2013 at 11:43 AM, Yacine Belkadi
<yacine.belkadi.1 at gmail.com> wrote:
> Hi,
>
> While looking into lldb's PR14540
> (http://llvm.org/bugs/show_bug.cgi?id=14540), I've noticed that when
> compiling with Clang on Linux, the generated DWARF debug info doesn't
> contain linkage names (DW_AT_MIPS_linkage_name) for constructors and
> destructors.
>
> I have attached a patch (against r181009) about this. Can someone please
> review it?
>
> Thanks,
> Yacine
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list