[Lldb-commits] [lldb] [lldb] Handle STT_TLS symbol type in ELF parser (PR #178975)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 5 01:17:23 PST 2026
================
@@ -8,7 +8,7 @@
class PlatformProcessCrashInfoTestCase(TestBase):
- @expectedFailureAll(oslist=["windows", "linux", "freebsd", "netbsd"])
+ @expectedFailureAll(oslist=["windows", "freebsd", "netbsd"])
----------------
DavidSpickett wrote:
Surprised I missed this, that is odd.
It is in fact uncommented on main right now - https://github.com/llvm/llvm-project/blob/main/lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py. It was changed accidentally in https://github.com/llvm/llvm-project/commit/d6b4aeade7acad6ca04f53d2669e3d8aab88872a.
https://github.com/llvm/llvm-project/pull/178975
More information about the lldb-commits
mailing list