mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Stdlib] Add some prespecializations to the stdlib (#66446)
* [Stdlib] Add some prespecializations to the stdlib This adds prespecializations for commonly used types to the stdlib * Add false positives to ABI checker ignore list * Update multithread_module.swift * Update multithread_module.swift * Update multithread_module.swift
This commit is contained in:
@@ -873,6 +873,8 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
if (Args.hasArg(OPT_enable_builtin_module))
|
||||
Opts.Features.insert(Feature::BuiltinModule);
|
||||
|
||||
Opts.Features.insert(Feature::LayoutPrespecialization);
|
||||
|
||||
Opts.EnableAppExtensionRestrictions |= Args.hasArg(OPT_enable_app_extension);
|
||||
|
||||
Opts.EnableSwift3ObjCInference =
|
||||
|
||||
Reference in New Issue
Block a user