[Lldb-commits] [lldb] [lldb] Adjust DynamicLoaderDarwin::GetThreadLocalData to support changes to TLS on macOS (PR #77854)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 12 11:17:46 PST 2024


bulbazord wrote:

> Currently this is a little hard to read given a bunch of shared setup followed by two possible ways to read the TLS data. If those implementations don't require too many inputs, it might be worth splitting this out into two helper functions to make this easier to follow and extend in the future.

I can do that. Since this change is quite large as-is, perhaps I should break this up into smaller changes and submit them separately?

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


More information about the lldb-commits mailing list