JVM_IR: make codegen a phase

This commit is contained in:
Georgy Bronnikov
2020-11-09 21:18:22 +03:00
parent b68fee9cbc
commit fe4d33dcb1
4 changed files with 69 additions and 39 deletions
@@ -87,7 +87,8 @@ class Fir2IrResultsConverter(
irProviders,
extensions,
FirJvmBackendExtension(inputArtifact.session, components),
) {}
notifyCodegenStart = {},
)
)
}
}