https://github.com/DavidSpickett approved this pull request.
I thought I had done this but I only changed lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp. If you don't already know, I think the relocations required for TLS are behind a clang flag at the moment. ``` $ ./bin/clang /tmp/test.c -o /tmp/test.o -g -mllvm -aarch64-emit-debug-tls-location -fuse-ld=lld ``` I think some TLS worked but others didn't. https://github.com/llvm/llvm-project/issues/178953 This PR LGTM anyway, matches what other targets do. https://github.com/llvm/llvm-project/pull/208643 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
