[PATCH] D47015: [llvm-exegesis] Improve documentation.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 08:28:22 PDT 2018
courbet added inline comments.
================
Comment at: tools/llvm-exegesis/llvm-exegesis.cpp:52
static llvm::cl::opt<BenchmarkModeE> BenchmarkMode(
- "benchmark-mode", llvm::cl::desc("the benchmark mode to run"),
+ "mode", llvm::cl::desc("the benchmark mode to run"),
llvm::cl::values(
----------------
RKSimon wrote:
> gchatelet wrote:
> > remove benchmark
> The option is still "benchmark-mode" - shouldn't this be "mode" now?
Indeed. I must have undone something accidentally. Thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D47015
More information about the llvm-commits
mailing list