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

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 02:18:36 PST 2019


evgeny777 added a comment.

> Actually, on second thoughts, I think this should be an error. If a user specifies a line in the file that is a bad format, that's as bad as doing the same on the command-line, so should be treated with the same severity.

So do you actually want to trigger error in both (cl and file) cases? 
If so should there be a way to replace some symbol foo with an empty symbol?


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

https://reviews.llvm.org/D57738





More information about the llvm-commits mailing list