mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -163,6 +163,9 @@ static bool readOptionsBlock(llvm::BitstreamCursor &cursor,
|
||||
case options_block::IS_CONCURRENCY_CHECKED:
|
||||
extendedInfo.setIsConcurrencyChecked(true);
|
||||
break;
|
||||
case options_block::MODULE_PACKAGE_NAME:
|
||||
extendedInfo.setModulePackageName(blobData);
|
||||
break;
|
||||
default:
|
||||
// Unknown options record, possibly for use by a future version of the
|
||||
// module format.
|
||||
@@ -1346,6 +1349,7 @@ ModuleFileSharedCore::ModuleFileSharedCore(
|
||||
Bits.IsConcurrencyChecked = extInfo.isConcurrencyChecked();
|
||||
MiscVersion = info.miscVersion;
|
||||
ModuleABIName = extInfo.getModuleABIName();
|
||||
ModulePackageName = extInfo.getModulePackageName();
|
||||
|
||||
hasValidControlBlock = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user