Merge pull request #23910 from adrian-prantl/49751363

Record parseable interface imports in the debug info.
This commit is contained in:
adrian-prantl
2019-04-19 14:23:57 -07:00
committed by GitHub
13 changed files with 77 additions and 10 deletions

View File

@@ -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.