[PATCH] D58173: [llvm-objcopy] Add --set-start, --change-start, --adjust-start
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 05:46:16 PST 2019
mstorsjo added a comment.
Please add a check for this new option in COFF/COFFObjCopy.cpp for the "Option not supported by llvm-objcopy for COFF" error, to avoid giving the illusion that the option is handled with that backend.
(The MachO backend doesn't yet look at options at all and doesn't have a similar error case for unimplemented options.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58173/new/
https://reviews.llvm.org/D58173
More information about the llvm-commits
mailing list