[KLIB] Make IrModuleDeserializer's printable

This commit is contained in:
Roman Artemev
2021-01-25 16:04:57 +03:00
parent d6bb1f2d4e
commit 484b884d04
2 changed files with 4 additions and 0 deletions
@@ -127,6 +127,8 @@ class CurrentModuleWithICDeserializer(
icDeserializer.init(delegate)
}
override fun toString(): String = "Incremental Cache Klib"
override val klib: IrLibrary
get() = icDeserializer.klib
@@ -103,6 +103,8 @@ abstract class KotlinIrLinker(
filesWithPendingTopLevels.remove(pendingDeserializer)
}
}
override fun toString(): String = klib.toString()
}
private val moduleDeserializationState = ModuleDeserializationState()