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:
Joe Groff
2013-12-06 15:58:00 +00:00
parent 80d0e03f61
commit e9deb9e75f
2 changed files with 6 additions and 1 deletions

View File

@@ -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;
};
}