[PATCH] D27320: [DWARF] Put linkage-name on abstract origin even when there's a declaration

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 17:08:05 PST 2016


probinson added a comment.

In https://reviews.llvm.org/D27320#611096, @dblaikie wrote:

> Ah, I get it - sorry.
>
> A comment's probably a good idea.
>
> Also - if you make the member function static it might simplify the test case a fair bit.


Added a comment.  Making the member function static did tighten up the IR and metadata a bit.
Thanks!


https://reviews.llvm.org/D27320





More information about the llvm-commits mailing list