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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 10:37:01 PDT 2018


ruiu added a comment.

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.


https://reviews.llvm.org/D46502





More information about the llvm-commits mailing list