[llvm] New tool 'llvm-elf2bin'. (NOT READY FOR REVIEW – NO TESTS) (PR #73625)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 07:52:29 PST 2023


jrtc27 wrote:

> * supports both Intel hex and Motorola S-records

GNU objcopy can do this, IIRC, and U-Boot relies on that. Having llvm-objcopy be able to do this, rather than have it in a standalone tool, would be useful. In general I'd suggest having llvm-elf2bin be as integrated into the libraries and existing tools as possible rather than its own thing on the side (e.g. llvm-objcopy and llvm-elf2bin could be frontends to the same tool that expose different sets of options).

https://github.com/llvm/llvm-project/pull/73625


More information about the llvm-commits mailing list