[libcxx-commits] [libcxx] [libcxx][libc] update LLVM-libc test status (PR #201236)

Michael Jones via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 4 14:57:25 PDT 2026


michaelrj-google wrote:

I tried removing the `__dso_handle` definition, it caused 1233 extra test failures.
I also tried removing `-latomic`, and it caused 14 unexpected test passes due to some weirdness around how atomics are linked, I think.

I'd prefer to keep `__dso_handle` or otherwise solve that issue, since 1233 is a lot of tests to `XFAIL`. Atomic is a bit more involved, but I could remove that if necessary.

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


More information about the libcxx-commits mailing list