[SIL] Add new flag to SILFunction - IsDistributed

Determines whether given SILFunction represents a distributed
method or its thunk.
This commit is contained in:
Pavel Yaskevich
2021-11-17 10:57:33 -08:00
committed by Pavel Yaskevich
parent 88fb8c2272
commit 4860f90fd7
36 changed files with 146 additions and 82 deletions

View File

@@ -56,7 +56,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 = 652; // @main cleanup
const uint16_t SWIFTMODULE_VERSION_MINOR = 653; // `IsDistributed` bit on SILFunction
/// A standard hash seed used for all string hashes in a serialized module.
///