1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Describe the value name

llvm-svn: 7493
This commit is contained in:
Chris Lattner 2003-08-01 22:15:15 +00:00
parent 686e94e760
commit 89bf5d3a60
2 changed files with 2 additions and 2 deletions

View File

@ -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()));
}

View File

@ -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()));
}