[PATCH] D53667: [llvm-objcopy] Handle -O <format> flag.

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 15:26:32 PDT 2018


rupprecht added a comment.

In https://reviews.llvm.org/D53667#1275073, @alexshap wrote:

> @rupprecht Jordan, if you don't mind I will commit my patch https://reviews.llvm.org/D53311  (this probably will cause some minor rebase for you), and then I will cherry-pick your changes (locally) and send my future patch (to move elf-specific things into a separate file and subfolder) on top of yours


No worries, I was already planning on rebasing once you submit https://reviews.llvm.org/D53311.
I actually need to fix another case -- this doesn't handle `-I binary -B <arch1> -O <arch2>` correctly. Hopefully I'll have time to upload a better patch today...


Repository:
  rL LLVM

https://reviews.llvm.org/D53667





More information about the llvm-commits mailing list