[K2] Remove performanceManager from CompilationContext

This commit is contained in:
Ivan Kylchik
2024-03-05 17:20:00 +01:00
committed by Space Team
parent 1eabff337d
commit c07781326b
4 changed files with 8 additions and 14 deletions
@@ -434,7 +434,7 @@ private fun doCompileWithK2(
val irInput = convertAnalyzedFirToIr(compilerInput, analysisResults, compilerEnvironment)
val codegenOutput = generateCodeFromIr(irInput, compilerEnvironment, null)
val codegenOutput = generateCodeFromIr(irInput, compilerEnvironment)
diagnosticsReporter.reportToMessageCollector(messageCollector, renderDiagnosticName)