diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:05:10 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:05:10 +0000 |
commit | 1824fa40d90915e47ff36bde905cb45fcfd5af9a (patch) | |
tree | 1c1c91628986c0c92263c22e8f028799770f6659 /llvm/lib/CompilerDriver | |
parent | 6e3c5dd8a37b50c97fc3604c0d0c2248676551ae (diff) | |
download | bcm5719-llvm-1824fa40d90915e47ff36bde905cb45fcfd5af9a.tar.gz bcm5719-llvm-1824fa40d90915e47ff36bde905cb45fcfd5af9a.zip |
Temporary disable response files.
They are giving us problems on Mac.
llvm-svn: 96925
Diffstat (limited to 'llvm/lib/CompilerDriver')
-rw-r--r-- | llvm/lib/CompilerDriver/Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CompilerDriver/Main.cpp b/llvm/lib/CompilerDriver/Main.cpp index 96877077cc8..b5e507dfc3a 100644 --- a/llvm/lib/CompilerDriver/Main.cpp +++ b/llvm/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); |