[reference-binding] Add mark_unresolved_reference_binding to signal from SILGen to the pass to check.

Just the SIL part of this.
This commit is contained in:
Michael Gottesman
2023-03-03 15:09:27 -08:00
parent 78d57ea6be
commit 00d54ebaa8
19 changed files with 141 additions and 2 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 = 751; // package only import
const uint16_t SWIFTMODULE_VERSION_MINOR = 752; // mark_unresolved_ref_binding
/// A standard hash seed used for all string hashes in a serialized module.
///