[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 13:47:39 PST 2016


probinson added a comment.

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

> If possible it'd be nice to avoid having to search through the DIE's attributes to make this determination - any way we can make the right determination more directly/without that information channel?


See the inline comment.  It's depending on the way the condition works for actually emitting the linkage name, but as it's all inside the same method I suppose it's okay.


https://reviews.llvm.org/D27320





More information about the llvm-commits mailing list