CLI: add -Xuse-ir-fake-override-builder
To be able to test IR fake override builder (KT-61514) outside of compiler tests.
This commit is contained in:
+2
-1
@@ -144,7 +144,8 @@ internal class KtFirCompilerFacility(
|
||||
linkViaSignatures = false,
|
||||
effectiveConfiguration[CommonConfigurationKeys.EVALUATED_CONST_TRACKER] ?: EvaluatedConstTracker.create(),
|
||||
effectiveConfiguration[CommonConfigurationKeys.INLINE_CONST_TRACKER],
|
||||
allowNonCachedDeclarations = true
|
||||
allowNonCachedDeclarations = true,
|
||||
useIrFakeOverrideBuilder = effectiveConfiguration.getBoolean(CommonConfigurationKeys.USE_IR_FAKE_OVERRIDE_BUILDER),
|
||||
)
|
||||
|
||||
val fir2IrResult = Fir2IrConverter.createIrModuleFragment(
|
||||
|
||||
Reference in New Issue
Block a user