[Lldb-commits] [PATCH] D99944: [LLDB] AArch64 Linux and elf-core PAC stack unwinder support

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 4 02:14:26 PDT 2021


DavidSpickett added a comment.

The code LGTM but others should decide if this fits with their efforts.



================
Comment at: lldb/test/API/functionalities/unwind/aarch64_unwind_pac/Makefile:3
+
+CFLAGS := -g -Os -march=armv8.5-a -mbranch-protection=pac-ret+leaf
+
----------------
Nit: `armv8.3-a` would also be fine here


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99944/new/

https://reviews.llvm.org/D99944



More information about the lldb-commits mailing list