[PATCH] D69007: [llvm-ar] Implement the V modifier as an alias for --version
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 19:37:48 PDT 2019
MaskRay added a subscriber: grimar.
MaskRay added a comment.
The `V` change looks good.
================
Comment at: llvm/tools/llvm-ar/llvm-ar.cpp:384
+ exit(0);
+ case 'h':
+ printHelpMessage();
----------------
For 'h', I originally did this in D67560, but @grimar suggested the current approach https://reviews.llvm.org/D67560?id=220121#inline-607437
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