[Frontend] Handle '-module-source-list' in CompilerInvocation::parseArgs.

Swift SVN r10327
This commit is contained in:
Argyrios Kyrtzidis
2013-11-10 23:49:35 +00:00
parent 5a673d2e77
commit de6cb0bcfe
3 changed files with 15 additions and 0 deletions

View File

@@ -132,6 +132,10 @@ bool CompilerInvocation::parseArgs(ArrayRef<const char *> Args,
setSerializedDiagnosticsPath(InputArg->getValue());
break;
case OPT_module_source_list_path:
setModuleSourceListPath(InputArg->getValue());
break;
case OPT_output:
setOutputFilename(InputArg->getValue());
break;