Merge pull request #72023 from beccadax/lazy-objc-workaround

Add workaround flag for lazy import-as-member
This commit is contained in:
Becca Royal-Gordon
2024-03-05 16:12:32 -08:00
committed by GitHub
14 changed files with 76 additions and 8 deletions

View File

@@ -1117,6 +1117,9 @@ static void performEndOfPipelineActions(CompilerInstance &Instance) {
if (auto *stats = ctx.Stats)
countASTStats(*stats, Instance);
if (opts.DumpClangLookupTables && ctx.getClangModuleLoader())
ctx.getClangModuleLoader()->dumpSwiftLookupTables();
// Report mangling stats if there was no error.
if (!ctx.hadError())
Mangle::printManglingStats();