[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
+1
View File
@@ -34,6 +34,7 @@ where advanced options include:
-Xir-safe-external-boolean-diagnostic={log|exception}
Enable runtime diagnostics when access safely to boolean in external declarations
-Xmetadata-only Generate *.meta.js and *.kjsm files only
-Xpartial-linkage Allow unlinked symbols
-Xrepositories=<path> Paths to additional places where libraries could be found
-Xtyped-arrays Translate primitive arrays to JS typed arrays
-Xwasm Use experimental WebAssembly compiler backend