[Lldb-commits] [lldb] [lldb][AArch64] Add HWCAP3 to register field detection (PR #145029)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 05:28:18 PDT 2025
DavidSpickett wrote:
HWCAP3 has been present for a while - https://elixir.bootlin.com/linux/v6.16-rc2/source/include/uapi/linux/auxvec.h#L35
The MTE patches are still in review (https://lore.kernel.org/linux-arm-kernel/20250611150417.44850-5-yeoreum.yun@arm.com/) but are unlikely to change drastically. So my plan is to get support code reviewed while we wait, and I'll land it once the kernel side is approved.
https://github.com/llvm/llvm-project/pull/145029
More information about the lldb-commits
mailing list