Drop experimental prefixes from PackageCMO flags.

Deprecate experimental- flags with prompts to use the proper flags.

rdar://131498517
This commit is contained in:
Ellie Shin
2024-07-10 16:19:04 -07:00
parent 38631ac0b9
commit 18681c43fb
12 changed files with 66 additions and 52 deletions

View File

@@ -187,9 +187,6 @@ namespace swift {
/// Disable API availability checking.
bool DisableAvailabilityChecking = false;
/// Enable optimization to bypass resilience checks in a package
bool EnableBypassResilienceInPackage = false;
/// Optimization mode for unavailable declarations.
std::optional<UnavailableDeclOptimization> UnavailableDeclOptimizationMode;
@@ -583,7 +580,7 @@ namespace swift {
/// Skips decls that cannot be referenced externally.
bool SkipNonExportableDecls = false;
/// True if -experimental-allow-non-resilient-access is passed and built
/// True if -allow-non-resilient-access is passed and built
/// from source.
bool AllowNonResilientAccess = false;