[K/N] Any.isFrozen is now always false when freezing is disabled

This commit is contained in:
Pavel Kunyavskiy
2022-01-19 16:15:20 +03:00
committed by Space
parent 35ef8cc6da
commit 3798920183
20 changed files with 116 additions and 50 deletions
@@ -365,6 +365,10 @@ KBoolean Konan_Platform_isDebugBinary() {
return kotlin::compiler::shouldContainDebugInfo();
}
KBoolean Konan_Platform_isFreezingEnabled() {
return kotlin::compiler::freezingChecksEnabled();
}
bool Kotlin_memoryLeakCheckerEnabled() {
return g_checkLeaks;
}