[JS IR] make old Ir2Js pass all tests
This commit is contained in:
committed by
TeamCityServer
parent
d565cc4262
commit
1ae042edc3
@@ -379,7 +379,8 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
messageCollector
|
||||
),
|
||||
lowerPerModule = icCaches.isNotEmpty(),
|
||||
granularity = granularity
|
||||
granularity = granularity,
|
||||
icCompatibleIr2Js = arguments.irNewIr2Js,
|
||||
)
|
||||
|
||||
val compiledModule: CompilerResult = if (arguments.irNewIr2Js) {
|
||||
|
||||
Reference in New Issue
Block a user