================ @@ -25,6 +25,7 @@ using namespace lldb_private; #define GPR_OFFSET(idx) 0 #define FPU_OFFSET(idx) 0 #define FPSCR_OFFSET 0 +#define TLS_OFFSET 0 ---------------- DavidSpickett wrote:
I was hoping you had access to a machine of that type just to build and find out if anything has missing includes, but > RegisterContextWindows_arm.cpp is the only other file that includes > RegisterInfos_arm.h. Means we don't have to worry about that. https://github.com/llvm/llvm-project/pull/182438 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
