[ModuleInterface] Conditionalize .swiftinterface loading by -enable-parseable-module-interface

This commit is contained in:
Graydon Hoare
2018-10-11 14:24:20 -07:00
parent 4f315363f8
commit 410fc10045
5 changed files with 12 additions and 1 deletions

View File

@@ -201,6 +201,9 @@ public:
/// (if asked to emit SIL).
bool EmitVerboseSIL = false;
/// If set, find and import parseable modules from .swiftinterface files.
bool EnableParseableModuleInterface = false;
/// If set, this module is part of a mixed Objective-C/Swift framework, and
/// the Objective-C half should implicitly be visible to the Swift sources.
bool ImportUnderlyingModule = false;