[JS IR] Cleanup BackendContext flags
This commit is contained in:
committed by
Space Team
parent
4d37c1d49c
commit
041e755c70
@@ -94,14 +94,12 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
|
||||
arguments.irDceRuntimeDiagnostic,
|
||||
messageCollector
|
||||
),
|
||||
baseClassIntoMetadata = arguments.irBaseClassInMetadata,
|
||||
safeExternalBoolean = arguments.irSafeExternalBoolean,
|
||||
safeExternalBooleanDiagnostic = RuntimeDiagnostic.resolve(
|
||||
arguments.irSafeExternalBooleanDiagnostic,
|
||||
messageCollector
|
||||
),
|
||||
granularity = arguments.granularity,
|
||||
icCompatibleIr2Js = true,
|
||||
granularity = arguments.granularity
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user