[PATCH] D150305: ObjCopy: support `--dump-section` on COFF

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 13:56:29 PDT 2023


compnerd created this revision.
compnerd added reviewers: alexander-shaposhnikov, yamauchi.
compnerd added a project: LLVM.
Herald added a subscriber: hiraditya.
Herald added a reviewer: jhenderson.
Herald added a project: All.
compnerd requested review of this revision.
Herald added a subscriber: MaskRay.

Add support for `--dump-section` on COFF files.  This is helpful for
extracting specific content from an object file on Windows.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150305

Files:
  llvm/lib/ObjCopy/COFF/COFFObjcopy.cpp
  llvm/lib/ObjCopy/ConfigManager.cpp
  llvm/test/tools/llvm-objcopy/COFF/dump-section.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150305.521099.patch
Type: text/x-patch
Size: 7078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230510/92d26b84/attachment-0001.bin>


More information about the llvm-commits mailing list