[JS IR] Add CLI flag and configuration key about partial linkage

- make possible to turn on/off linkage if klib contains unbound symbols
 - update jsExtraHelp test data
This commit is contained in:
Roman Artemev
2021-11-16 13:28:28 +03:00
committed by TeamCityServer
parent 8381badcc4
commit 7d8f71d107
4 changed files with 9 additions and 0 deletions
@@ -93,4 +93,7 @@ public class JSConfigurationKeys {
public static final CompilerConfigurationKey<Collection<String>> REPOSITORIES =
CompilerConfigurationKey.create("set up additional repository paths");
public static final CompilerConfigurationKey<Boolean> PARTIAL_LINKAGE =
CompilerConfigurationKey.create("allows some symbols in klibs be missed");
}