Introduce -Xuse-ir flag for cli compiler

This commit is contained in:
Georgy Bronnikov
2018-07-09 15:01:11 +03:00
committed by Alexander Udalov
parent be8740e0ee
commit 8ce658ab54
3 changed files with 5 additions and 0 deletions
@@ -72,6 +72,9 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
// Advanced options
@Argument(value = "-Xuse-ir", description = "Use the IR backend")
var useIR: Boolean by FreezableVar(false)
@Argument(value = "-Xmodule-path", valueDescription = "<path>", description = "Paths where to find Java 9+ modules")
var javaModulePath: String? by FreezableVar(null)