[IR] Partial linkage: Enable it by just passing a boolean flag to IR linker constructor
This commit is contained in:
committed by
Space Team
parent
a0fdf08b56
commit
15635482aa
+1
-1
@@ -120,7 +120,7 @@ open class JvmIrCodegenFactory(
|
||||
input.languageVersionSettings,
|
||||
Psi2IrConfiguration(
|
||||
input.ignoreErrors,
|
||||
allowUnboundSymbols = false,
|
||||
partialLinkageEnabled = false,
|
||||
input.skipBodies
|
||||
),
|
||||
messageLogger::checkNoUnboundSymbols
|
||||
|
||||
Reference in New Issue
Block a user