mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add option to explicitly import Builtin
This commit is contained in:
@@ -1105,6 +1105,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
.Default(ConcurrencyModel::Standard);
|
||||
}
|
||||
|
||||
Opts.EnableBuiltinModule = Args.hasArg(OPT_enable_builtin_module);
|
||||
|
||||
return HadError || UnsupportedOS || UnsupportedArch;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user