[Lldb-commits] [lld] [lldb] [llvm] [AArch64] Support TLS variables in debug info (PR #146572)

Peter Smith via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 9 10:08:32 PDT 2026


================
@@ -38,6 +38,9 @@ const MCAsmInfo::AtSpecifier COFFAtSpecifiers[] = {
 
 const MCAsmInfo::AtSpecifier ELFAtSpecifiers[] = {
     {AArch64::S_GOT, "GOT"},
+    {AArch64::S_GOTPCREL, "GOTPCREL"},
+    {AArch64::S_PLT, "PLT"},
+    {AArch64::S_FUNCINIT, "FUNCINIT"},
----------------
smithp35 wrote:

Are all of these necessary for this patch?

https://github.com/llvm/llvm-project/pull/146572


More information about the lldb-commits mailing list