[libcxx-commits] [libcxxabi] [libc++abi] Handle null pointer-to-object: Issue #64593 (PR #68076)
Iain Sandoe via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 10 15:40:57 PDT 2023
iains wrote:
@ldionne well, it seems we still have one issue with the CI. The `apple-system` test seems to install the newly-built libc++ and libc++abi, but then it runs the tests with `apple-libc++abi-shared.cfg.in` which declares: `stdlib=apple-libc++, stdlib=libc++, ` and therefore the new test XPASSes (which counts as a fail here).
Perhaps that test should really be declaring `llvm-libc++`? (but I cannot see right now where to change that).
https://github.com/llvm/llvm-project/pull/68076
More information about the libcxx-commits
mailing list