[PATCH] D76250: [llvm-objdump] Only reject -long-option in objdump mode
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 8 16:19:59 PDT 2020
compnerd added a comment.
@jhenderson Traditionally, the long options all must come after the short options. Doing a prefix match seems reasonable way to handle this. Honestly, all the arguments have been "we like the GNU options because that's what we are used to" rather than any real technical issue. I don't think that is a valid justification for breaking existing users of these options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76250/new/
https://reviews.llvm.org/D76250
More information about the llvm-commits
mailing list