[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
@@ -406,7 +406,7 @@ open class KonanStandaloneTest : KonanLocalTest() {
if (enableKonanAssertions)
result += "-ea"
if (verifyIr)
result += "-Xverify-ir"
result += "-Xverify-ir=error"
return result
}