[Lldb-commits] [PATCH] D141629: Run address expression argument values through ABI::FixCodeAddress to strip TBI/pointer auth bytes on AArch64

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 17 08:13:39 PST 2023


DavidSpickett added a comment.

I am looking at this, just taking some time to get a PAC enabled environment going again. At first glance it seems like a better way to do things. I just want to run the test from my patch against this one.

I can port the test to AArch64 Linux though that's not much closer to being run on a bot either. At least these tests are pretty simple, less likely to rot in the meantime.
(we could do with a "qemu-system-aarch64 max features" bot but unlikely I'll have time to set one up)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141629



More information about the lldb-commits mailing list