[PATCH] D62583: [llvm-objcopy] Implement IHEX reader

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 06:16:06 PDT 2019


evgeny777 created this revision.
evgeny777 added reviewers: jhenderson, jakehehrlich, rupprecht.
Herald added subscribers: MaskRay, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: alexshap.

This is the second (and the last) part of IHEX support. Part 1 was in D60270 <https://reviews.llvm.org/D60270>


https://reviews.llvm.org/D62583

Files:
  test/tools/llvm-objcopy/ELF/Inputs/sections.hex
  test/tools/llvm-objcopy/ELF/ihex-reader.test
  tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  tools/llvm-objcopy/ELF/ELFObjcopy.h
  tools/llvm-objcopy/ELF/Object.cpp
  tools/llvm-objcopy/ELF/Object.h
  tools/llvm-objcopy/llvm-objcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62583.201888.patch
Type: text/x-patch
Size: 27245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190529/201d882e/attachment.bin>


More information about the llvm-commits mailing list