[llvm-commits] [llvm] r96925 - /llvm/trunk/lib/CompilerDriver/Main.cpp

Mikhail Glushenkov foldr at codedgers.com
Tue Feb 23 01:05:10 PST 2010


Author: foldr
Date: Tue Feb 23 03:05:10 2010
New Revision: 96925

URL: http://llvm.org/viewvc/llvm-project?rev=96925&view=rev
Log:
Temporary disable response files.

They are giving us problems on Mac.

Modified:
    llvm/trunk/lib/CompilerDriver/Main.cpp

Modified: llvm/trunk/lib/CompilerDriver/Main.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CompilerDriver/Main.cpp?rev=96925&r1=96924&r2=96925&view=diff
==============================================================================
--- llvm/trunk/lib/CompilerDriver/Main.cpp (original)
+++ llvm/trunk/lib/CompilerDriver/Main.cpp Tue Feb 23 03:05:10 2010
@@ -100,7 +100,8 @@
     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);





More information about the llvm-commits mailing list