Introduce -Xuse-ir flag for cli compiler
This commit is contained in:
committed by
Alexander Udalov
parent
be8740e0ee
commit
8ce658ab54
+3
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user