[PATCH] D74883: Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups.

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 07:28:02 PST 2020


labath added a comment.

In D74883#1884801 <https://reviews.llvm.org/D74883#1884801>, @clayborg wrote:

> > I do not feel qualified to review gsym stuff, but I do think that the DataExtractor changes should go in a separate patch.
>
> I thought I remembered someone saying they didn't want dead code being checked in on its own. But I can split this out if needed.


I'm not sure what was the context of that discussion, but that seem odd. Just this week, I was asked to do a similar split too (and my patch was much smaller than this one). Either way, I think that in this particular case, any concerns like that can be resolved by just linking DataExtractor patch to the patch which adds code for using it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74883/new/

https://reviews.llvm.org/D74883





More information about the llvm-commits mailing list