================
@@ -3114,6 +3114,7 @@ unsigned ObjectFileELF::ApplyRelocations(
case llvm::ELF::EM_AARCH64:
switch (reloc_type(rel)) {
case R_AARCH64_ABS64:
+ case R_AARCH64_TLS_DTPREL64:
ApplyELF64ABS64Relocation(symtab, rel, debug_data, rel_section);
----------------
xgupta wrote:
Okay, creating issue not required. I have tried a LLDB fix
https://github.com/llvm/llvm-project/pull/183993 which is working in my testing
of TLS debugging on aarch64.
https://github.com/llvm/llvm-project/pull/146572
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits