mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add an -emit-sil-protocol-witness-tables flag.
So we can break stuff while it's turned on. Swift SVN r10922
This commit is contained in:
@@ -39,6 +39,9 @@ namespace swift {
|
||||
|
||||
/// \brief Enable codegen of lazy global initializers in SILGen.
|
||||
bool EmitLazyGlobalInitializers = false;
|
||||
|
||||
/// \brief Enable generation of SIL protocol witness tables.
|
||||
bool EmitSILProtocolWitnessTables = false;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user