[libcxx-commits] [libcxx] [libcxxabi] [libcxx][libcxxabi] Fix build for OpenBSD (PR #92186)

Brad Smith via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 24 22:10:42 PDT 2024


brad0 wrote:

> > I imagine no one tried to build it on OpenBSD before.
> 
> Ok, so then this patch is adding support for a new platform. We have a policy for doing that explained in https://libcxx.llvm.org/#platform-and-compiler-support. As part of our policy, we require CI to be present for all platforms that we officially support.

It's not a new platform per se. OpenBSD made a local change that broke things. We've been building and using libc++ for many years.
 
> Since this is not the case right now and it seems that more patches are coming down the pipeline to support OpenBSD, I would like us to add such support before we proceed with any other OpenBSD support patch. If we can't fulfill our support policy, I would ask to revert this patch.

There are no other patches coming down the pipeline. There is nothing else at all. The one local patch we had for libcxxabi was commited as part of this patch.


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


More information about the libcxx-commits mailing list