[Lldb-commits] [PATCH] D77045: Add invalidate list to primary regs in arm64 register infos
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 1 05:30:57 PDT 2020
labath added a comment.
This sounds like it could use a test case.
================
Comment at: lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h:593-594
+#define STRINGIZE2(x) #x
+#define STRINGIZE(x) STRINGIZE2(x)
+
----------------
What's up with the indirection?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77045/new/
https://reviews.llvm.org/D77045
More information about the lldb-commits
mailing list