JVM_IR: restore dumping for IrLowering phase

This commit is contained in:
Georgy Bronnikov
2020-08-14 17:04:58 +03:00
parent c70759673c
commit df8b819a55
@@ -378,6 +378,8 @@ private val jvmFilePhases = listOf(
val jvmPhases = NamedCompilerPhase(
name = "IrLowering",
description = "IR lowering",
nlevels = 1,
actions = setOf(defaultDumper, validationAction),
lower = validateIrBeforeLowering then
processOptionalAnnotationsPhase then
expectDeclarationsRemovingPhase then