[PL] Fix: Don't run partial linkage on early stages when no external dependencies have been loaded yet
This commit is contained in:
committed by
Space Team
parent
000cf47c21
commit
87125d0703
@@ -73,7 +73,7 @@ fun compileToLoweredIr(
|
||||
ExternalDependenciesGenerator(symbolTable, listOf(irLinker)).generateUnboundSymbolsAsDependencies()
|
||||
allModules.forEach { it.patchDeclarationParents() }
|
||||
|
||||
irLinker.postProcess()
|
||||
irLinker.postProcess(inOrAfterLinkageStep = true)
|
||||
irLinker.checkNoUnboundSymbols(symbolTable, "at the end of IR linkage process")
|
||||
|
||||
for (module in allModules)
|
||||
|
||||
Reference in New Issue
Block a user