[Serialization] Fix isUserAccessible serialization on functions only

This commit is contained in:
Alexis Laferrière
2020-08-20 16:24:24 -07:00
parent 2f7e0d496f
commit 256226d35e
2 changed files with 4 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 573; // @async on SILFunctionType
const uint16_t SWIFTMODULE_VERSION_MINOR = 574; // reapply isUserAccessible
/// A standard hash seed used for all string hashes in a serialized module.
///