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:
parent
e14b9c7b16
commit
ce7b3292dd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user