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

Igor Kudrin via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 20 23:21:35 PDT 2026


igorkudrin wrote:

> > I sent a patch #187649. It is just two line change.
> 
> I realise now @MaskRay has previously reverted similar fix in #103497 because RelocationResolver should only handle static relocations. In that case it could also be fixed in llvm/lib/DebugInfo/DWARF/DWARFContext.cpp at call site of RelocationResolver similar to isRelocScattered helper function.

I believe the current case is different because `R_AARCH64_TLS_DTPREL64` can be used as a static relocation after https://github.com/ARM-software/abi-aa/pull/330.

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


More information about the lldb-commits mailing list