[JS IR] Disable JS IR IC infrastructure when WASM is enabled
This commit is contained in:
committed by
Space
parent
1003e4f1e1
commit
ef05a0d9ed
@@ -271,7 +271,8 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
|
||||
val cacheDirectories = configureLibraries(arguments.cacheDirectories)
|
||||
|
||||
val icCaches = if (cacheDirectories.isNotEmpty()) {
|
||||
// TODO: Use JS IR IC infrastructure for WASM?
|
||||
val icCaches = if (!arguments.wasm && cacheDirectories.isNotEmpty()) {
|
||||
messageCollector.report(INFO, "")
|
||||
messageCollector.report(INFO, "Building cache:")
|
||||
messageCollector.report(INFO, "to: ${outputFilePath}")
|
||||
|
||||
Reference in New Issue
Block a user