[JS IR] IC: pass through the main args

This commit is contained in:
Anton Bannykh
2021-12-17 15:41:49 +03:00
parent 106d3c4c9c
commit ca60caa7e9
3 changed files with 29 additions and 3 deletions
@@ -223,6 +223,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
libraries,
icCaches,
IrFactoryImplForJsIC(WholeWorldStageController()),
mainCallArguments,
::buildCacheForModuleFiles
)