mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend] Add '-module-name' to FrontendOptions.td.
Swift SVN r10991
This commit is contained in:
@@ -100,6 +100,10 @@ bool CompilerInvocation::parseArgs(ArrayRef<const char *> Args,
|
||||
FrameworkSearchPaths.push_back(InputArg->getValue());
|
||||
break;
|
||||
|
||||
case OPT_module_name:
|
||||
setModuleName(InputArg->getValue());
|
||||
break;
|
||||
|
||||
case OPT_sdk:
|
||||
setSDKPath(InputArg->getValue());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user