[PATCH] D132541: [llvm-objcopy] Introduce 'ihex-flat' output format.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 05:17:16 PDT 2022


jhenderson added a comment.

I'll look at this in the coming days, but I'd appreciate @evgeny777's comments, since they were the ones who originally implemented this, so might have some specific rationale beyond matching GNU. One thought I did have though is that although LLVM as a whole may not target x86-16, there's no particularly reason why its binary manipulation tools like llvm-objcopy shouldn't work with them, if there's a use-case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132541



More information about the llvm-commits mailing list