[PATCH] D57738: [llvm-objcopy] Add --redefine-syms

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 07:33:47 PST 2019


evgeny777 added a comment.

> I was actually referring to --redefine-syms, i.e. how it looks in a file. Did you mean "not allow" rather than "now allow" in that other statement?

Yes, that's a mistype. I intended to say GNU objcopy  does NOT allow single name on a line in a file when --redefine-syms is used. So there seems to be no way to set empty name in this mode.
We can either duplicate this behavior in llvm-objcopy or show warning like this


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57738/new/

https://reviews.llvm.org/D57738





More information about the llvm-commits mailing list