[PATCH] D69007: [llvm-ar] Implement the V modifier as an alias for --version
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 01:45:35 PDT 2019
grimar added inline comments.
================
Comment at: llvm/tools/llvm-ar/llvm-ar.cpp:384
+ exit(0);
+ case 'h':
+ printHelpMessage();
----------------
MaskRay wrote:
> For 'h', I originally did this in D67560, but @grimar suggested the current approach https://reviews.llvm.org/D67560?id=220121#inline-607437
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..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69007/new/
https://reviews.llvm.org/D69007
More information about the llvm-commits
mailing list