summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvmc2/llvmc.cpp')
-rw-r--r--llvm/tools/llvmc2/llvmc.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/llvmc2/llvmc.cpp b/llvm/tools/llvmc2/llvmc.cpp
index 560ee98173a..e073845d09e 100644
--- a/llvm/tools/llvmc2/llvmc.cpp
+++ b/llvm/tools/llvmc2/llvmc.cpp
@@ -32,8 +32,6 @@ using namespace llvmc;
// Built-in command-line options.
// External linkage here is intentional.
-// TOFIX: Write a 'driver driver' (easier to do as a separate
-// executable that drives llvmc2 proper).
cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<input file>"),
cl::ZeroOrMore);
cl::opt<std::string> OutputFilename("o", cl::desc("Output file name"),
@@ -42,7 +40,7 @@ cl::list<std::string> Languages("x",
cl::desc("Specify the language of the following input files"),
cl::ZeroOrMore);
cl::opt<bool> DryRun("dry-run",
- cl::desc("only pretend to run commands"));
+ cl::desc("Only pretend to run commands"));
cl::opt<bool> VerboseMode("v",
cl::desc("Enable verbose mode"));
cl::opt<bool> WriteGraph("write-graph",
OpenPOWER on IntegriCloud