================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to