Temporary disable response files.
[oota-llvm.git] / lib / CompilerDriver / Main.cpp
index 96877077cc8a98597b3027000dfcd2d5fb08f523..b5e507dfc3a37e70d7d8da8bf86a853cd21caa36 100644 (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);