summaryrefslogtreecommitdiff
path: root/lib/Support/Timer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 22:15:15 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 22:15:15 +0000
commit96a54db5e763c19f556a1b54ad2956cc91b81cb8 (patch)
tree82318ea18cce12164342ebfc0675b4a6b8151bfe /lib/Support/Timer.cpp
parent6806f5614d2ec260fda954c951d33f58e77ed610 (diff)
downloadllvm-96a54db5e763c19f556a1b54ad2956cc91b81cb8.tar.gz
llvm-96a54db5e763c19f556a1b54ad2956cc91b81cb8.tar.bz2
llvm-96a54db5e763c19f556a1b54ad2956cc91b81cb8.tar.xz
Describe the value name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Timer.cpp')
-rw-r--r--lib/Support/Timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp
index 3672feb49d..98001287d9 100644
--- a/lib/Support/Timer.cpp
+++ b/lib/Support/Timer.cpp
@@ -39,7 +39,7 @@ namespace {
#endif
cl::opt<std::string, true>
- InfoOutputFilename("info-output-file",
+ InfoOutputFilename("info-output-file", cl::value_desc("filename"),
cl::desc("File to append -stats and -timer output to"),
cl::Hidden, cl::location(getLibSupportInfoOutputFilename()));
}