Revert "[SIL] Distributed: Remove logic related to ad-hoc requirements from SILFunction"

This reverts commit 1909b12370.
This commit is contained in:
Pavel Yaskevich
2024-02-20 21:18:11 -08:00
parent dfe9d330ff
commit 65d164a9c3
14 changed files with 112 additions and 13 deletions

View File

@@ -58,7 +58,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 = 854; // _distributedThunkTarget
const uint16_t SWIFTMODULE_VERSION_MINOR = 855; // ref_adhoc_requirement_witness attributes are back
/// A standard hash seed used for all string hashes in a serialized module.
///