[Frontend] Add '-module-name' to FrontendOptions.td.

Swift SVN r10991
This commit is contained in:
Argyrios Kyrtzidis
2013-12-08 07:39:49 +00:00
parent fcf3cc2a33
commit 041a49bb95
2 changed files with 7 additions and 0 deletions

View File

@@ -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;