Add a staging option for interface type mangling.

NFC yet.

Swift SVN r28190
This commit is contained in:
Joe Groff
2015-05-06 01:29:10 +00:00
parent 7ab0f987bf
commit 898f8c5c94
3 changed files with 8 additions and 0 deletions

View File

@@ -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.
///