mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #23910 from adrian-prantl/49751363
Record parseable interface imports in the debug info.
This commit is contained in:
@@ -400,6 +400,7 @@ FileUnit *SerializedModuleLoaderBase::loadAST(
|
||||
// We've loaded the file. Now try to bring it into the AST.
|
||||
auto fileUnit = new (Ctx) SerializedASTFile(M, *loadedModuleFile,
|
||||
extendedInfo.isSIB());
|
||||
fileUnit->setParseableInterface(extendedInfo.getParseableInterface());
|
||||
M.addFile(*fileUnit);
|
||||
if (extendedInfo.isTestable())
|
||||
M.setTestingEnabled();
|
||||
|
||||
Reference in New Issue
Block a user