[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:43 PDT 2025
================
@@ -28,6 +29,9 @@
#define _LIBUNWIND_SUPPORT_COMPACT_UNWIND 1
#define _LIBUNWIND_SUPPORT_DWARF_UNWIND 1
#endif
+ #if (defined(__aarch64__) || defined(__arm64__) || defined(__arm64e__))
----------------
ojhunt wrote:
ditto on the ()s - I feel there should be a single check we can use to cover all the arm64 platforms
https://github.com/llvm/llvm-project/pull/165066
More information about the cfe-commits
mailing list