[PATCH] D59126: llvm-objcopy: Remove unused field. NFCI.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 02:11:13 PDT 2019
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
Yes, you're probably right. I've been thinking about this a bit since making my last comment, and just having the segment data doesn't necessarily seem all that useful, because we're actually only interested in the data not covered by sections. Go ahead and land this. I can always revert bits of it if the new implementation needs it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59126/new/
https://reviews.llvm.org/D59126
More information about the llvm-commits
mailing list