felipepiovezan wrote: > 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. #178953 > > This PR LGTM anyway, matches what other targets do.
This is very good to know. It might change how I go about testing some other upcoming tests. https://github.com/llvm/llvm-project/pull/208643 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
