[PATCH] D36560: [llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 16:00:28 PDT 2017


jakehehrlich updated this revision to Diff 114931.
jakehehrlich added a comment.

1. Added and used getSection methods to help with problem of constantly needed to access and error check sections
2. Used SectionWithStrTab change recomended
3. Fixed typos


Repository:
  rL LLVM

https://reviews.llvm.org/D36560

Files:
  test/tools/llvm-objcopy/Inputs/dynamic.so
  test/tools/llvm-objcopy/Inputs/dynsym.so
  test/tools/llvm-objcopy/dynamic.test
  test/tools/llvm-objcopy/dynstr.test
  test/tools/llvm-objcopy/dynsym.test
  tools/llvm-objcopy/Object.cpp
  tools/llvm-objcopy/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36560.114931.patch
Type: text/x-patch
Size: 13099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170912/c3663afb/attachment.bin>


More information about the llvm-commits mailing list