OSLog: os_log strings should be in the __oslogstring section on machO

rdar://121384422
This commit is contained in:
Arnold Schwaighofer
2024-01-26 06:23:34 -08:00
parent 443489f011
commit edd7eaa0d7
20 changed files with 91 additions and 41 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 = 842; // function isolation kinds
const uint16_t SWIFTMODULE_VERSION_MINOR = 843; // add OSLog string encoding
/// A standard hash seed used for all string hashes in a serialized module.
///