1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Temporary disable response files.

They are giving us problems on Mac.

llvm-svn: 96925
This commit is contained in:
Mikhail Glushenkov 2010-02-23 09:05:10 +00:00
parent e14b9c7b16
commit ce7b3292dd

View 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);