summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitf1afe323537daa7d23f6f8ec5941c4f3de4cc658 (patch)
tree6cbc81d56bcca065e864b3816627156ab8df35d6 /llvm/lib
parent8abcd56c74f063c30dca253b6c2a8abb30328832 (diff)
downloadbcm5719-llvm-f1afe323537daa7d23f6f8ec5941c4f3de4cc658.tar.gz
bcm5719-llvm-f1afe323537daa7d23f6f8ec5941c4f3de4cc658.zip
Describe the value name
llvm-svn: 7493
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/Timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp
index 3672feb49dc..98001287d9a 100644
--- a/llvm/lib/Support/Timer.cpp
+++ b/llvm/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()));
}
OpenPOWER on IntegriCloud