[llvm-objcopy] Implement IHEX writer
authorEugene Leviant <eleviant@accesssoftek.com>
Wed, 29 May 2019 11:37:16 +0000 (11:37 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Wed, 29 May 2019 11:37:16 +0000 (11:37 +0000)
commita6fb183c98943e90a9e35db78dae25bc79b8c66a
tree4fbba23cd19ff3d62c07239842230cf5f0244fbb
parent377c1cfe9495810f8416c626103708340e2a0038
[llvm-objcopy] Implement IHEX writer

Differential revision: https://reviews.llvm.org/D60270

llvm-svn: 361949
llvm/include/llvm/Support/Error.h
llvm/test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-pt-null.yaml [new file with mode: 0644]
llvm/test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-sections.yaml [new file with mode: 0644]
llvm/test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-sections2.yaml [new file with mode: 0644]
llvm/test/tools/llvm-objcopy/ELF/Inputs/ihex-elf-segments.yaml [new file with mode: 0644]
llvm/test/tools/llvm-objcopy/ELF/ihex-writer.test [new file with mode: 0644]
llvm/tools/llvm-objcopy/CopyConfig.cpp
llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
llvm/tools/llvm-objcopy/ELF/Object.cpp
llvm/tools/llvm-objcopy/ELF/Object.h