[libunwind] [libunwind] Add GCS support for AArch64 (PR #99335)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 17 22:26:59 PDT 2024


================
@@ -170,6 +183,10 @@ unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *except
 }
 extern int __unw_step_stage2(unw_cursor_t *);
 
+#if defined(_LIBUNWIND_USE_CET) && defined(_LIBUNWIND_TARGET_AARCH64)
----------------
MaskRay wrote:

Mixing CET and AArch64 could cause confusion. Could AArch64 use a different variable?

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


More information about the cfe-commits mailing list