Also update the help modifier (h) so that it works as a modifier and not just as a standalone h. For example, llvm-ar h prints the help message, but llvm-ar xh currently prints unknown option h.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The V change looks good.
llvm/tools/llvm-ar/llvm-ar.cpp | ||
---|---|---|
389 | For 'h', I originally did this in D67560, but @grimar suggested the current approach https://reviews.llvm.org/D67560?id=220121#inline-607437 |
llvm/tools/llvm-ar/llvm-ar.cpp | ||
---|---|---|
389 | I do not mind to have it here if we want to support it as a modifier. I didn't know it can work like that.. |
For 'h', I originally did this in D67560, but @grimar suggested the current approach https://reviews.llvm.org/D67560?id=220121#inline-607437