[Lldb-commits] [PATCH] D152516: [lldb][AArch64] Add thread local storage tpidr register

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 16 08:10:54 PDT 2023


DavidSpickett planned changes to this revision.
DavidSpickett added a comment.

Also found that clang at -00 will only read tpidr once vs. the gcc I had that would read it fresh each time. I can't rely on either of those to happen, so will change the test to use assembly to directly read and write tpidr instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152516



More information about the lldb-commits mailing list