Temporary disable response files.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 23 Feb 2010 09:05:10 +0000 (09:05 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 23 Feb 2010 09:05:10 +0000 (09:05 +0000)
They are giving us problems on Mac.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96925 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CompilerDriver/Main.cpp

index 96877077cc8a98597b3027000dfcd2d5fb08f523..b5e507dfc3a37e70d7d8da8bf86a853cd21caa36 100644 (file)
@@ -100,7 +100,8 @@ int Main(int argc, char** argv) {
     ProgramName = argv[0];
 
     cl::ParseCommandLineOptions
-      (argc, argv, "LLVM Compiler Driver (Work In Progress)", true);
+      (argc, argv, "LLVM Compiler Driver (Work In Progress)",
+       /* ReadResponseFiles = */ false);
 
     PluginLoader Plugins;
     Plugins.RunInitialization(langMap, graph);