mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend] Handle '-module-source-list' in CompilerInvocation::parseArgs.
Swift SVN r10327
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user