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

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 15:28:35 PDT 2018


echristo added a comment.

As a drive by comment: While I think that consumers should be able to handle this case (obviously the bfd/gold workarounds here aren't always effective), I do think that we should probably implement this as well so that the consumers don't have to deal with it in a lot of cases.


https://reviews.llvm.org/D46502





More information about the llvm-commits mailing list