JVM_IR: restore dumping for IrLowering phase
This commit is contained in:
@@ -378,6 +378,8 @@ private val jvmFilePhases = listOf(
|
|||||||
val jvmPhases = NamedCompilerPhase(
|
val jvmPhases = NamedCompilerPhase(
|
||||||
name = "IrLowering",
|
name = "IrLowering",
|
||||||
description = "IR lowering",
|
description = "IR lowering",
|
||||||
|
nlevels = 1,
|
||||||
|
actions = setOf(defaultDumper, validationAction),
|
||||||
lower = validateIrBeforeLowering then
|
lower = validateIrBeforeLowering then
|
||||||
processOptionalAnnotationsPhase then
|
processOptionalAnnotationsPhase then
|
||||||
expectDeclarationsRemovingPhase then
|
expectDeclarationsRemovingPhase then
|
||||||
|
|||||||
Reference in New Issue
Block a user