[PATCH] D46819: [llvm-objcopy] Add --keep-symbol (-K) option
Paul Semel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 06:09:10 PDT 2018
paulsemel added a comment.
Hi @alexshap !
I actually found this behavior yesterday, but I don't think the problem resides in this option implementation, but more in option conflicts (I dive deep in objcopy source code, and it seems that they have such conflict management).
So, I think you're right and we might do something here, but I truly think that it might not be a fix of this option, but more a real option conflicts management thing.
As far as I remember during my tests, this is not the only case where we have options conflicts now.
What do you think ?
cc @jakehehrlich @jhenderson
Repository:
rL LLVM
https://reviews.llvm.org/D46819
More information about the llvm-commits
mailing list