FIR JS: Add K2 support to K2JsIrCompiler
This commit is contained in:
+2
-2
@@ -396,7 +396,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
|
||||
}
|
||||
|
||||
fun K2JSCompilerArguments.isPreIrBackendDisabled(): Boolean =
|
||||
irOnly || irProduceJs || irProduceKlibFile || irBuildCache
|
||||
irOnly || irProduceJs || irProduceKlibFile || irBuildCache || useK2
|
||||
|
||||
fun K2JSCompilerArguments.isIrBackendEnabled(): Boolean =
|
||||
irProduceKlibDir || irProduceJs || irProduceKlibFile || wasm || irBuildCache
|
||||
irProduceKlibDir || irProduceJs || irProduceKlibFile || wasm || irBuildCache || useK2
|
||||
|
||||
Reference in New Issue
Block a user