[PATCH] D56840: [llvm-objcopy] [COFF] Implement --only-keep-debug

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 12:08:17 PST 2019


mstorsjo updated this revision to Diff 182370.
mstorsjo marked 4 inline comments as done.
mstorsjo added a comment.

Applied @jhenderson's suggestions. But I also split the input data into a separate yaml file in Inputs, as I'm going to use the same input for another test.


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

https://reviews.llvm.org/D56840

Files:
  test/tools/llvm-objcopy/COFF/Inputs/only-keep-sections.yaml
  test/tools/llvm-objcopy/COFF/only-keep-debug.test
  tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  tools/llvm-objcopy/COFF/Object.cpp
  tools/llvm-objcopy/COFF/Object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56840.182370.patch
Type: text/x-patch
Size: 6690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/4affd6fd/attachment.bin>


More information about the llvm-commits mailing list