[K/N] Option to specify IR validation severity

This commit is contained in:
Igor Chevdar
2023-02-10 17:52:13 +02:00
committed by Space Team
parent 4fd063bd4b
commit ba172358d8
8 changed files with 32 additions and 12 deletions
@@ -6275,7 +6275,7 @@ task buildKonanTests { t ->
baseDir testOutputLocal
extraOpts '-ea' // Without this option assertions would remain inactive.
extraOpts '-tr'
extraOpts '-Xverify-ir'
extraOpts '-Xverify-ir=error'
extraOpts project.globalTestArgs
}
}