mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #72023 from beccadax/lazy-objc-workaround
Add workaround flag for lazy import-as-member
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user