mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #23910 from adrian-prantl/49751363
Record parseable interface imports in the debug info.
This commit is contained in:
@@ -1335,6 +1335,11 @@ ModuleFile::ModuleFile(
|
||||
SearchPaths.push_back({blobData, isFramework, isSystem});
|
||||
break;
|
||||
}
|
||||
case input_block::PARSEABLE_INTERFACE_PATH: {
|
||||
if (extInfo)
|
||||
extInfo->setParseableInterface(blobData);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
// Unknown input kind, possibly for use by a future version of the
|
||||
// module format.
|
||||
|
||||
Reference in New Issue
Block a user