Revert "[Wasm] Implement IrLinkageError end enable partial linker"

This reverts commit c0f387dbd1.
This commit is contained in:
Igor Yakovlev
2024-03-11 15:27:33 +01:00
committed by Space Team
parent a33e56a50d
commit 84a5a9ff53
4 changed files with 1 additions and 18 deletions
@@ -808,7 +808,7 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
mode = arguments.partialLinkageMode,
logLevel = arguments.partialLinkageLogLevel,
compilerModeAllowsUsingPartialLinkage =
/* no PL when producing KLIB */ arguments.includes != null,
/* disabled for WASM for now */ !arguments.wasm && /* no PL when producing KLIB */ arguments.includes != null,
onWarning = { messageCollector.report(WARNING, it) },
onError = { messageCollector.report(ERROR, it) }
)