Enable the response file ('llvmc @file') support.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 30 May 2008 06:11:45 +0000 (06:11 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 30 May 2008 06:11:45 +0000 (06:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51731 91177308-0d34-0410-b5e6-96231b3b80d8

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) {