[PATCH] D58960: [llvm-objcopy] - Fix --compress-debug-sections when there are relocations.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 02:21:38 PDT 2019


jhenderson added a comment.

In D58960#1424259 <https://reviews.llvm.org/D58960#1424259>, @grimar wrote:

> In D58960#1424252 <https://reviews.llvm.org/D58960#1424252>, @jhenderson wrote:
>
> > It's probably worth adding a TODO or filing an enhancement bug for the other section types this makes sense for, e.g. symbol tables (to move symbols to the new section) or group sections (update referred-to symbol table/change group contents etc).
>
>
> I need a bit more time to investigate these scenarios. I'll try to take a look during this week.


Great, cool. No need for that to block this landing though necessarily.


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

https://reviews.llvm.org/D58960





More information about the llvm-commits mailing list