[PATCH] D46502: [ELF] - Fix for "LLD can create incorrect debug PC ranges for functions in Comdat groups."

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 10:43:31 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D46502#1094721, @ruiu wrote:

> I don't actually have a strong opinion on which is better. I'm thinking which is easier to implement. In particular, I'm not very happy about the notion of "proxy input section" because it seems like it is too much abstraction. If possible, I want to make this much simpler than this.


Note that we have no proxy section. We have a method that creates something that behaves like that. But no specific type for the section. We can trade/play with it. Can it be a section with no name and no data for example?


https://reviews.llvm.org/D46502





More information about the llvm-commits mailing list