Revert "[K/N][Tests] Migrate driver test llvm_variant_dev"
This reverts commit d8a90f55a8.
This commit is contained in:
committed by
Space Team
parent
4765cfda53
commit
dc4f12f29c
@@ -1366,6 +1366,22 @@ tasks.register("override_konan_properties0", KonanDriverTest) {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("llvm_variant_dev", KonanDriverTest) {
|
||||
// We use clang from Xcode on macOS for apple targets,
|
||||
// so it is hard to reliably detect LLVM variant for these targets.
|
||||
disabled = PlatformInfo.isAppleTarget(project)
|
||||
|| isAggressiveGC // No need to test with different GC schedulers
|
||||
flags = [
|
||||
"-Xllvm-variant=dev",
|
||||
"-Xverbose-phases=ObjectFiles"
|
||||
]
|
||||
compilerMessages = true
|
||||
source = "link/ir_providers/hello.kt"
|
||||
// User LLVM variant has "essentials" suffix.
|
||||
def message = "-essentials"
|
||||
outputChecker = { out -> !out.contains(message) }
|
||||
}
|
||||
|
||||
/**
|
||||
* Builds tests into a single binary with TestRunner
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user