[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


================
@@ -132,6 +133,10 @@
 
 #if defined(__APPLE__)
 
+#if (defined(__aarch64__) || defined(__arm64__) || defined(__arm64e__))
----------------
ojhunt wrote:

nit: don't need the outer ()s

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


More information about the cfe-commits mailing list