[libunwind] [libunwind] Call `__arm_za_disable` before entering EH (PR #160905)
Oliver Hunt via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 30 03:09:57 PDT 2025
================
@@ -1855,7 +1859,7 @@ 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); }
+ void jumpto();
----------------
ojhunt wrote:
formatting. I recently suffered through this so I'll make you suffer as well :D :D. (it really would be nice if we could get clang-format flags such that this is correct.
https://github.com/llvm/llvm-project/pull/160905
More information about the cfe-commits
mailing list