[Lldb-commits] [lldb] [lldb] Handle STT_TLS symbol type in ELF parser (PR #178975)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 5 07:56:22 PST 2026
================
@@ -8,7 +8,7 @@
class PlatformProcessCrashInfoTestCase(TestBase):
- @expectedFailureAll(oslist=["windows", "linux", "freebsd", "netbsd"])
+ @expectedFailureAll(oslist=["windows", "freebsd", "netbsd"])
----------------
mchoo7 wrote:
```console
$ cmake -S llvm -G Ninja -B build -DLLVM_ENABLE_PROJECTS="clang;lldb" -DCMAKE_BUILD_TYPE=Debug
$ ninja -C build check-lldb-api-lang-cpp-thread_local
$ cd build
$ bin/llvm-lit -v ../lldb/test/API/lang/cpp/thread_local
-- Testing: 1 tests, 1 workers --
UNSUPPORTED: lldb-api :: lang/cpp/thread_local/TestThreadLocal.py (1 of 1)
Testing Time: 0.01s
Total Discovered Tests: 1
Unsupported: 1 (100.00%)
```
What am I missing?
https://github.com/llvm/llvm-project/pull/178975
More information about the lldb-commits
mailing list