[IR] Don't use linker fake override builder in Ir actualizer

Now, it uses fake override builder from in Fir2IrComponents.
It would also allow using it in lazy classes in the future.

^KT-61934
This commit is contained in:
Pavel Kunyavskiy
2023-09-18 13:38:24 +02:00
committed by Space Team
parent 9fd057d7c3
commit ed7e458828
14 changed files with 136 additions and 63 deletions
@@ -133,6 +133,7 @@ class ClassicFrontend2NativeIrConverter(
descriptorMangler = (pluginContext.symbolTable as SymbolTable).signaturer.mangler,
irMangler = KonanManglerIr,
firMangler = null,
fir2IrComponents = null,
)
}