[NamedLazyMemberLoading] Write serialized decl member tables.

This commit is contained in:
Graydon Hoare
2017-10-28 12:45:43 -07:00
parent c78e04cd4f
commit 5eca5f5161
5 changed files with 235 additions and 16 deletions

View File

@@ -37,6 +37,7 @@ namespace swift {
bool AutolinkForceLoad = false;
bool EnableNestedTypeLookupTable = false;
bool EnableDeclMemberNamesTable = false;
bool SerializeAllSIL = false;
bool SerializeOptionsForDebugging = false;
bool IsSIB = false;