[Debugger] Fix compiler option for disabling IR backend in tests
This commit is contained in:
+2
-2
@@ -92,8 +92,8 @@ class DebuggerTestCompilerFacility(
|
|||||||
|
|
||||||
val options = mutableListOf("-jvm-target", jvmTarget.description)
|
val options = mutableListOf("-jvm-target", jvmTarget.description)
|
||||||
|
|
||||||
if (useIrBackend) {
|
if (!useIrBackend) {
|
||||||
options.add("-Xuse-ir")
|
options.add("-Xuse-old-backend")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (kotlin.isNotEmpty()) {
|
if (kotlin.isNotEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user