[PL] Fix: Don't try to implement non-implemented fake overrides in stdlib & co

This commit is contained in:
Dmitriy Dolovov
2023-04-16 22:01:18 +02:00
committed by Space Team
parent dd8eedb8da
commit 997b6e6722
9 changed files with 37 additions and 10 deletions
@@ -376,7 +376,7 @@ internal class KonanIrLinker(
mangler = KonanManglerIr,
typeSystem = IrTypeSystemContextImpl(builtIns),
friendModules = friendModules,
partialLinkageEnabled = partialLinkageSupport.isEnabled,
partialLinkageSupport = partialLinkageSupport,
platformSpecificClassFilter = KonanFakeOverrideClassFilter
)