[PATCH] D58173: [llvm-objcopy] Add --set-start, --change-start, --adjust-start
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 01:37:03 PST 2019
jhenderson added a comment.
I agree with @rupprecht on this. It gets even more involved when multiple build scripts start interacting with each other, as it may not even be clear to the developer that they are using both switches. I would be happy either with --change-start changing the value set by --set-start, or a warning or error.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58173/new/
https://reviews.llvm.org/D58173
More information about the llvm-commits
mailing list