[libunwind] [libunwind] Fix execution flow imbalance when using C++ Exceptions (PR #165066)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 17:15:42 PDT 2025


================
@@ -15,6 +15,7 @@
 #ifndef UNWIND_ASSEMBLY_H
 #define UNWIND_ASSEMBLY_H
 
+// clang-format off
----------------
ojhunt wrote:

I recognize clang format struggles with these files, but I think this change shouldn't be part of this PR

https://github.com/llvm/llvm-project/pull/165066


More information about the cfe-commits mailing list