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:
@@ -1402,7 +1402,7 @@ ModuleFileSharedCore::ModuleFileSharedCore(
|
||||
}
|
||||
|
||||
Dependencies.push_back(
|
||||
{blobData, spiBlob, importKind.getValue(), scoped});
|
||||
{blobData, spiBlob, importKind.value(), scoped});
|
||||
break;
|
||||
}
|
||||
case input_block::LINK_LIBRARY: {
|
||||
|
||||
Reference in New Issue
Block a user