[PATCH] D56211: [llvm-objcopy][ELF] Implement a mutable section visitor that updates size-related fields (Size, EntrySize, Align) before layout.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 09:43:25 PST 2019


rupprecht updated this revision to Diff 180091.
rupprecht marked 3 inline comments as done.
rupprecht added a comment.

- Merge loops over sections
- Clean up constructors
- Explicitly use the largest field in the struct for addralign


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56211

Files:
  test/tools/llvm-objcopy/ELF/binary-input.test
  tools/llvm-objcopy/ELF/Object.cpp
  tools/llvm-objcopy/ELF/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56211.180091.patch
Type: text/x-patch
Size: 15456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190103/97217438/attachment.bin>


More information about the llvm-commits mailing list