[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:21:18 PST 2026


================
@@ -8,7 +8,7 @@
 
 
 class PlatformProcessCrashInfoTestCase(TestBase):
-    @expectedFailureAll(oslist=["windows", "linux", "freebsd", "netbsd"])
+    @expectedFailureAll(oslist=["windows", "freebsd", "netbsd"])
----------------
DavidSpickett wrote:

For the second question:
* Windows is not ELF, so that is still xfail
* FreeBSD might work. @mchoo7, could you try it?
* NetBSD probably works if FreeBSD works, but I don't have a way to test it. I think it best to leave it xfail-ed and if it does pass, it'll be an unexpected pass and someone can change it later.

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


More information about the lldb-commits mailing list