[PATCH] D47015: [llvm-exegesis] Improve documentation.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 08:23:59 PDT 2018
RKSimon 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(
----------------
gchatelet wrote:
> remove benchmark
The option is still "benchmark-mode" - shouldn't this be "mode" now?
Repository:
rL LLVM
https://reviews.llvm.org/D47015
More information about the llvm-commits
mailing list