summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llvmc2/llvmc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc2/llvmc.cpp b/llvm/tools/llvmc2/llvmc.cpp
index a749274543a..c06ea59ed9a 100644
--- a/llvm/tools/llvmc2/llvmc.cpp
+++ b/llvm/tools/llvmc2/llvmc.cpp
@@ -71,8 +71,8 @@ int main(int argc, char** argv) {
try {
CompilationGraph graph;
- cl::ParseCommandLineOptions(argc, argv,
- "LLVM Compiler Driver (Work In Progress)");
+ cl::ParseCommandLineOptions
+ (argc, argv, "LLVM Compiler Driver (Work In Progress)", true);
PopulateCompilationGraph(graph);
if (WriteGraph) {
OpenPOWER on IntegriCloud