[JS IR] Enable IR dump for IC invalidation tests

Support 'fd.kotlin.js.debugMode' property in IC invalidation tests.
This commit is contained in:
Alexander Korepanov
2023-01-23 13:12:49 +01:00
committed by Space Team
parent c58314fddf
commit 1ec88ff560
6 changed files with 47 additions and 18 deletions
@@ -682,6 +682,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
mainModule,
cfg,
arguments.granularity,
PhaseConfig(jsPhases),
es6mode = arguments.useEsClasses
)
}