[PATCH] D54939: [RFC] [llvm-objcopy] Initial COFF support

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 02:59:54 PST 2018


jhenderson added a comment.

Please do split this into a separate pass-through change and option-hook up. It will keep the scale of the review down by quite a bit. Hooking up the options one or two at a time after that would then make reviewing each of those easier too.

I assume you've seen D54384 <https://reviews.llvm.org/D54384>, where @alexshap is doing the same for MachO? It would make a lot of sense for the two approaches to mirror each other.

I noticed you're planning on adding pre-canned binaries for the tests. Is it possible to use yaml2obj or similar instead?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54939





More information about the llvm-commits mailing list