mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add a staging option for interface type mangling.
NFC yet. Swift SVN r28190
This commit is contained in:
@@ -132,6 +132,9 @@ namespace swift {
|
||||
/// Should we check the target OSs of serialized modules to see that they're
|
||||
/// new enough?
|
||||
bool EnableTargetOSChecking = true;
|
||||
|
||||
/// Mangle declarations using their interface types.
|
||||
bool EnableInterfaceTypeMangling = false;
|
||||
|
||||
/// The target we are building for.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user