[K/N] Move calls checker into separate module ^KT-62091
This commit is contained in:
committed by
Space Team
parent
8cd87059c8
commit
3f2584bb02
+1
-1
@@ -283,7 +283,7 @@ The default value is 1."""
|
||||
var printBitCode: Boolean = false
|
||||
|
||||
@Argument(value = "-Xcheck-state-at-external-calls", description = "Ensure that all calls of possibly long external functions are done in the native thread state.")
|
||||
var checkExternalCalls: Boolean = false
|
||||
var checkExternalCalls: Boolean? = null
|
||||
|
||||
@Argument(value = "-Xprint-ir", deprecatedName = "--print_ir", description = "Print IR.")
|
||||
var printIr: Boolean = false
|
||||
|
||||
Reference in New Issue
Block a user