[PATCH] D104186: [llvm-objcopy] Make ihex writer similar to binary writer

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 02:22:30 PDT 2021


jhenderson added a comment.

Just trying to follow the logic through. I think there is a potential behaviour change, which may be fine, but I just want to highlight it to see what others think (I have no use for IHEX myself, so don't feel like I can make a completely fair judgment either way). If I follow it correctly, if a writable section were not in a PT_LOAD segment, then previously it was skipped, if there was at least one writable section that was in such a segment, whereas now it won't be skipped. This is probably harmless (all such sections should have been placed in a segment anyway). Assuming I'm right, should we have a test-case to illustrate this behaviour change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104186



More information about the llvm-commits mailing list