[libcxx-commits] [PATCH] D127657: [libc++] Remove mention of official support for FreeBSD
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 13 08:34:33 PDT 2022
ldionne created this revision.
ldionne added a reviewer: dim.
Herald added subscribers: arphaman, krytarowski, arichardson, emaste.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Libc++'s policy is that we only officially support configurations that
we have CI for. This has been instrumental in providing an implementation
of quality while ensuring low friction for contributors.
We've been making an exception for FreeBSD because it has been supported
for a long time and it's an important platform. However, after requesting
FreeBSD CI for more than a year, it is time to stop making an exception
and hold all platforms to the same standards.
This will be committed after branching for LLVM 15 unless FreeBSD CI is
added before then.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127657
Files:
libcxx/docs/index.rst
Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -116,7 +116,6 @@
Target platform Target architecture Notes
=============== ========================= ============================
macOS 10.9+ i386, x86_64, arm64 Building the shared library itself requires targetting macOS 10.11+
-FreeBSD 10+ i386, x86_64, arm
Linux i386, x86_64, arm, arm64
Windows i386, x86_64 Both MSVC and MinGW style environments
AIX powerpc, powerpc64
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127657.436415.patch
Type: text/x-patch
Size: 596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220613/839c44fc/attachment-0001.bin>
More information about the libcxx-commits
mailing list