[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:57:04 PDT 2018


ruiu added a comment.

Your change might be one of the simplest implementations, but it feels like it is changing too many function signatures, add too much new code and functions. Let me try to see if this can be simplified.


https://reviews.llvm.org/D46502





More information about the llvm-commits mailing list