[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
================
@@ -1971,6 +1975,32 @@ Registers_arm64::operator=(const Registers_arm64 &other) {
return *this;
}
+void Registers_arm64::jumpto() {
----------------
ojhunt wrote:
I believe that this should be `inline` for correct linkage
https://github.com/llvm/llvm-project/pull/160905
More information about the cfe-commits
mailing list