[libcxx-commits] [libcxxabi] [libc++abi] Handle null pointer-to-object: Issue #64593 (PR #68076)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 10 16:54:29 PDT 2023


ldionne wrote:

> I suppose libc++abi moves slowly, not sure why it does not bite more with libc++ tho - if the assumption of the lit config is that it's the installed libs being tested, but actually we're testing the new ones.

We're compiling and linking against the new library, but we are running against the installed system one.

> 
> OK - I guess that means that the test will not run in any CI - but should still run when people test the library locally?

The test will only be skipped when we build for the Apple-system configuration, which is not most configurations. If you just take libc++ and build it out of the box on Apple platforms, you get the LLVM configuration, not the Apple System configuration (so the test would run).

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


More information about the libcxx-commits mailing list