[K2] Remove performanceManager from CompilationContext
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user