[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:
committed by
Space Team
parent
cda28da09d
commit
46feb00ee7
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user