aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/llvmc.cpp')
-rw-r--r--tools/llvmc2/llvmc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc2/llvmc.cpp b/tools/llvmc2/llvmc.cpp
index a749274543..c06ea59ed9 100644
--- a/tools/llvmc2/llvmc.cpp
+++ b/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) {