aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
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
commitbfe8c34544f7db9deb9eaff66721e5f992ec48d0 (patch)
treedf4c9d509d788e0f42cc07437a4d1e3755c1f981 /lib/CompilerDriver
parent10b734b6587d387773134f1e0e2e8622b66c87fb (diff)
downloadexternal_llvm-bfe8c34544f7db9deb9eaff66721e5f992ec48d0.zip
external_llvm-bfe8c34544f7db9deb9eaff66721e5f992ec48d0.tar.gz
external_llvm-bfe8c34544f7db9deb9eaff66721e5f992ec48d0.tar.bz2
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')
-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 9687707..b5e507d 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);