[Lldb-commits] [lldb] [lldb] Fix TLS support on Darwin platforms (PR #151601)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 4 10:53:35 PDT 2025
bulbazord wrote:
> This does mean we won't handle the old TLS format correctly though right?
My understanding is that this should handle the "old" TLS format correctly. When I updated this code 2 years ago, I think I misunderstood the dyld implementation and this worked because of a coincidence.
https://github.com/llvm/llvm-project/pull/151601
More information about the lldb-commits
mailing list