[PATCH] D60042: [llvm-objcopy] Add --prefix-alloc-sections
Seiya Nuta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 4 18:09:29 PDT 2019
seiya updated this revision to Diff 193816.
seiya added a comment.
- Updated a test case to test that it renames properly when a relocation section comes //before// its target section.
- Remove unnecessary `}` from a test.
- Added a comment which describes the case when a relocation section comes before its target section.
- Fixed a comment.
- Applied clang-format.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60042/new/
https://reviews.llvm.org/D60042
Files:
llvm/test/tools/llvm-objcopy/ELF/prefix-alloc-sections.test
llvm/test/tools/llvm-objcopy/ELF/rename-section-and-prefix-alloc-sections.test
llvm/tools/llvm-objcopy/COFF/COFFObjcopy.cpp
llvm/tools/llvm-objcopy/CopyConfig.cpp
llvm/tools/llvm-objcopy/CopyConfig.h
llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
llvm/tools/llvm-objcopy/ObjcopyOpts.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60042.193816.patch
Type: text/x-patch
Size: 8918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/ae903ec1/attachment.bin>
More information about the llvm-commits
mailing list