[JS IR] Support setting custom module name (= unique name)
Required for #KT-36721.
This commit is contained in:
+1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user