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

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 2 10:31:21 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_GCS)
+// Enable the GCS target feature to permit GCS instructions to be used.
----------------
MaskRay wrote:

Might be useful to elaborate what instructions need to use the GCS version.

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


More information about the cfe-commits mailing list