summaryrefslogtreecommitdiff
path: root/lib/CompilerDriver/Main.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:05:10 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:05:10 +0000
commit94f84b91a21e991345aab78a052e1cc1fad230b9 (patch)
treedf4c9d509d788e0f42cc07437a4d1e3755c1f981 /lib/CompilerDriver/Main.cpp
parentfc2ee15f65e420aff65443ab3e61080e88184897 (diff)
downloadllvm-94f84b91a21e991345aab78a052e1cc1fad230b9.tar.gz
llvm-94f84b91a21e991345aab78a052e1cc1fad230b9.tar.bz2
llvm-94f84b91a21e991345aab78a052e1cc1fad230b9.tar.xz
Temporary disable response files.
They are giving us problems on Mac. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver/Main.cpp')
-rw-r--r--lib/CompilerDriver/Main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CompilerDriver/Main.cpp b/lib/CompilerDriver/Main.cpp
index 96877077cc..b5e507dfc3 100644
--- a/lib/CompilerDriver/Main.cpp
+++ b/lib/CompilerDriver/Main.cpp
@@ -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);