[PATCH] D57738: [llvm-objcopy] Add --redefine-syms
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 06:56:31 PST 2019
evgeny777 added a comment.
@jhenderson
> One question from me: is it possible using GNU objcopy to redefine to/from a name with a space in it this way?
Yes. I can redefine to a space (or even an empty string) like this
objcopy --redefine-sym=main=' ' a.out b.out
Still GNU objcopy seems to now allow the same to be done with --redefine-syms <file>
May be pop up warning in llvm-objcopy on such occasions?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57738/new/
https://reviews.llvm.org/D57738
More information about the llvm-commits
mailing list