[Lldb-commits] [lldb] [lldb][AArch64][Linux] Rename Is<ext>Enabled to Is<ext>Present (PR #70303)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 26 11:58:09 PDT 2023
================
@@ -610,7 +610,7 @@ NativeRegisterContextLinux_arm64::CacheAllRegisters(uint32_t &cached_size) {
return error;
// Here this means, does the system have ZA, not whether it is active.
----------------
bulbazord wrote:
You could probably remove this comment
https://github.com/llvm/llvm-project/pull/70303
More information about the lldb-commits
mailing list