[all-commits] [llvm/llvm-project] 00e6d0: ObjCopy: support `--dump-section` on COFF

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Fri May 12 14:42:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00e6d0e9ac5cb42b1878bb57acf2151ab27b389d
      https://github.com/llvm/llvm-project/commit/00e6d0e9ac5cb42b1878bb57acf2151ab27b389d
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M llvm/lib/ObjCopy/COFF/COFFObjcopy.cpp
    M llvm/lib/ObjCopy/ConfigManager.cpp
    A llvm/test/tools/llvm-objcopy/COFF/dump-section.test

  Log Message:
  -----------
  ObjCopy: support `--dump-section` on COFF

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

Differential Revision: https://reviews.llvm.org/D150305
Reviewed By: @alexander-shaposhnikov, @jhenderson, @hjyamauchi




More information about the All-commits mailing list