[JS IR] Support setting custom module name (= unique name)

Required for #KT-36721.
This commit is contained in:
Ilya Matveev
2020-02-21 18:06:58 +07:00
parent d7558112ec
commit e4f4b4eef0
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ where advanced options include:
-Xir-dce-driven Perform a more experimental faster dead code elimination
-Xir-dce-print-reachability-info
Print declarations' reachability info to stdout during performing DCE
-Xir-module-name=<name> Specify a compilation module name for IR backend
-Xir-only Disables pre-IR backend
-Xir-produce-js Generates JS file using IR backend. Also disables pre-IR backend
-Xir-produce-klib-dir Generate unpacked KLIB into parent directory of output JS file.