[PATCH] D67090: [llvm-objcopy] Add a new file offset assignment algorithm and support --only-keep-debug

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 06:00:50 PDT 2019


MaskRay updated this revision to Diff 218442.
MaskRay added a comment.

Delete a MemSize change

Delete a comment (layoutBinarySections and layoutSections cannot be merged)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67090

Files:
  test/tools/llvm-objcopy/ELF/adjacent-segments.test
  test/tools/llvm-objcopy/ELF/basic-only-keep-debug.test
  test/tools/llvm-objcopy/ELF/marker-segment.test
  test/tools/llvm-objcopy/ELF/only-keep-debug.test
  test/tools/llvm-objcopy/ELF/remove-section-in-segment.test
  test/tools/llvm-objcopy/ELF/segment-shift.test
  test/tools/llvm-objcopy/ELF/segment-test-remove-section.test
  test/tools/llvm-objcopy/ELF/triple-overlap.test
  tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  tools/llvm-objcopy/ELF/Object.cpp
  tools/llvm-objcopy/ELF/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67090.218442.patch
Type: text/x-patch
Size: 24114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190903/9d0ddec3/attachment.bin>


More information about the llvm-commits mailing list