[PATCH] D78476: [dsymutil] Fix short options displayed in the help message.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 20 09:44:00 PDT 2020
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM.
In D78476#1991727 <https://reviews.llvm.org/D78476#1991727>, @Higuoxing wrote:
> I am wondering if we could remove `--o/--S/--y`.
Before I converted option parsing to libOpt it was using `cl::opt` which does not differentiate between the two. Unfortunately we have users that have to come to rely on this. I think it's a small enough price to pay to keep them around and not break their workflows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78476/new/
https://reviews.llvm.org/D78476
More information about the llvm-commits
mailing list