[PATCH] D60270: [llvm-objcopy] Add support for Intel HEX input/output format

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 10:40:03 PDT 2019


evgeny777 updated this revision to Diff 193910.
evgeny777 added a comment.

Line parser moved to `IHexRecord::parse`
Better test case for reader
Addressed some of review comments


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

https://reviews.llvm.org/D60270

Files:
  include/llvm/Support/Error.h
  test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-pt-null.yaml
  test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-sections.yaml
  test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-sections2.yaml
  test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-segments.yaml
  test/tools/llvm-objcopy/ELF/Inputs/sections.hex
  test/tools/llvm-objcopy/ELF/ihex-reader.test
  test/tools/llvm-objcopy/ELF/ihex-writer.test
  tools/llvm-objcopy/CopyConfig.cpp
  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
  tools/llvm-objcopy/llvm-objcopy.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60270.193910.patch
Type: text/x-patch
Size: 57383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/491c20ac/attachment.bin>


More information about the llvm-commits mailing list