[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
================
@@ -1410,7 +1433,48 @@ void UnwindCursor<A, R>::setFloatReg(int regNum, unw_fpreg_t value) {
}
template <typename A, typename R> void UnwindCursor<A, R>::jumpto() {
+#ifdef _LIBUNWIND_TRACE_RET_INJECT
+ // clang-format off
----------------
ojhunt wrote:
just say no to clang format instructions :D
https://github.com/llvm/llvm-project/pull/165066
More information about the cfe-commits
mailing list