[K/N] KT-48100

Use `"frame-pointer"="all"` on arm64_32 watches.
Motivation: https://github.com/llvm/llvm-project/commit/152df3a
This commit is contained in:
Sergey Bogolepov
2022-08-12 18:38:10 +03:00
committed by Space Team
parent cda28da09d
commit 46feb00ee7
@@ -61,7 +61,6 @@ private fun enforceFramePointer(llvmFunction: LLVMValueRef, context: Context) {
// Matches Clang behaviour.
val omitLeafFp = when {
target == KonanTarget.WATCHOS_ARM64 -> false
target.architecture == Architecture.ARM64 -> true
else -> false
}