[libunwind] [libunwind] Fix execution flow imbalance when using C++ Exceptions (PR #165066)
Oliver Hunt via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 29 22:23:31 PDT 2025
================
@@ -1855,7 +1856,16 @@ class _LIBUNWIND_HIDDEN Registers_arm64 {
v128 getVectorRegister(int num) const;
void setVectorRegister(int num, v128 value);
static const char *getRegisterName(int num);
- void jumpto() { __libunwind_Registers_arm64_jumpto(this); }
+#ifdef _LIBUNWIND_TRACE_RET_INJECT
+ // clang-format off
----------------
ojhunt wrote:
remove the clang format commands, just accept the misery :D
https://github.com/llvm/llvm-project/pull/165066
More information about the cfe-commits
mailing list