mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Drop experimental prefixes from PackageCMO flags.
Deprecate experimental- flags with prompts to use the proper flags. rdar://131498517
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user