[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 May 24 04:18:43 PDT 2019
evgeny777 updated this revision to Diff 201192.
evgeny777 marked 7 inline comments as done.
evgeny777 added a comment.
- Fixed error in section name in one of the tests
- Removed `cat | FileCheck` from test case
- Zero start address is not longer written to IHEX
- Switched to windows line endings.
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/ihex-writer.test
tools/llvm-objcopy/CopyConfig.cpp
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
tools/llvm-objcopy/ELF/Object.cpp
tools/llvm-objcopy/ELF/Object.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60270.201192.patch
Type: text/x-patch
Size: 34128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/0991b0a7/attachment.bin>
More information about the llvm-commits
mailing list