Phaser: Implement dumper and verifier as general actions
This commit is contained in:
+12
@@ -238,6 +238,18 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
|
||||
)
|
||||
var namesExcludedFromDumping: Array<String>? by FreezableVar(null)
|
||||
|
||||
@Argument(
|
||||
value = "-Xdump-directory",
|
||||
description = "Dump backend state into directory"
|
||||
)
|
||||
var dumpDirectory: String? by FreezableVar(null)
|
||||
|
||||
@Argument(
|
||||
value = "-Xdump-fqname",
|
||||
description = "FqName of declaration that should be dumped"
|
||||
)
|
||||
var dumpOnlyFqName: String? by FreezableVar(null)
|
||||
|
||||
@Argument(
|
||||
value = "-Xphases-to-validate-before",
|
||||
description = "Validate backend state before these phases"
|
||||
|
||||
Reference in New Issue
Block a user