[Lldb-commits] [PATCH] D97281: [lldb][AArch64] Add class for managing memory tags

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 17 07:41:36 PDT 2021


DavidSpickett added a comment.

@omjavaid As it stands, RemoveNonAddressBits here removes the top byte unconditionally.

You asked for pointer signatures to be removed as well, which would be neatly solved by using the ABI plugin. Ok to land this as is, then write a follow up to migrate to using the ABI plugin?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97281



More information about the lldb-commits mailing list