[IR] Remove unused Ir.irModule property
It is required for the Native backend refactoring where `Context` does not contain a reference for any particular IrModuleFragment.
This commit is contained in:
committed by
Space Team
parent
3355f04fa1
commit
c22285f824
+1
-1
@@ -123,7 +123,7 @@ class WasmBackendContext(
|
||||
override val propertyLazyInitialization: PropertyLazyInitialization =
|
||||
PropertyLazyInitialization(enabled = propertyLazyInitialization, eagerInitialization = wasmSymbols.eagerInitialization)
|
||||
|
||||
override val ir = object : Ir<WasmBackendContext>(this, irModuleFragment) {
|
||||
override val ir = object : Ir<WasmBackendContext>(this) {
|
||||
override val symbols: Symbols = wasmSymbols
|
||||
override fun shouldGenerateHandlerParameterForDefaultBodyFun() = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user