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

@@ -391,10 +391,10 @@ private:
/// Whether this module is built with C++ interoperability enabled.
unsigned HasCxxInteroperability : 1;
/// Whether this module is built with -experimental-allow-non-resilient-access.
/// Whether this module is built with -allow-non-resilient-access.
unsigned AllowNonResilientAccess : 1;
/// Whether this module is built with -experimental-package-cmo.
/// Whether this module is built with -package-cmo.
unsigned SerializePackageEnabled : 1;
// Explicitly pad out to the next word boundary.