[JS IR] run IC box tests
This commit is contained in:
committed by
teamcityserver
parent
b1b88a0d11
commit
546ce501cb
@@ -218,7 +218,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
val start = System.currentTimeMillis()
|
||||
|
||||
val updated = if (perFileCache) {
|
||||
actualizeCacheForModule(includes, outputFilePath, configuration, libraries, icCaches)
|
||||
actualizeCacheForModule(includes, outputFilePath, configuration, libraries, icCaches, IrFactoryImpl)
|
||||
} else {
|
||||
buildCache(
|
||||
cachePath = outputFilePath,
|
||||
|
||||
Reference in New Issue
Block a user