[K/N] Added FileCheck tests on bound check elimination

This commit is contained in:
Elena Lepilkina
2021-10-27 09:24:05 +03:00
committed by Space
parent 2620647b03
commit 453e4b1830
2 changed files with 228 additions and 0 deletions
@@ -5866,6 +5866,10 @@ fileCheckTest("filecheck_escape_analysis_disabled") {
checkPrefix = "CHECK-DEBUG"
}
fileCheckTest("filecheck_bce") {
annotatedSource = project.file('filecheck/bce.kt')
}
dependencies {
nopPluginApi project(kotlinCompilerModule)
nopPluginApi project(":native:kotlin-native-utils")