Enable the response file ('llvmc @file') support.
[oota-llvm.git] / tools / llvmc2 / llvmc.cpp
index a749274543a982b2fc481606fff0b5020979e797..c06ea59ed9a40869171847e18198765859ebb67f 100644 (file)
@@ -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) {