[libcxx-commits] [PATCH] D109373: [libc++] Revert OpenBSD-related changes to the documentation

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 8 12:55:10 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGff7a332e6f5d: [libc++] Revert OpenBSD-related changes to the documentation (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109373/new/

https://reviews.llvm.org/D109373

Files:
  libcxx/docs/UsingLibcxx.rst
  libcxx/docs/index.rst


Index: libcxx/docs/index.rst
===================================================================
--- libcxx/docs/index.rst
+++ libcxx/docs/index.rst
@@ -115,7 +115,6 @@
 =============== ========================= ============================
 macOS 10.9+     i386, x86_64, arm64       Building the shared library itself requires targetting macOS 10.11+
 FreeBSD 10+     i386, x86_64, arm
-OpenBSD         i386, x86_64, arm, arm64
 Linux           i386, x86_64, arm, arm64
 Windows         x86_64
 =============== ========================= ============================
Index: libcxx/docs/UsingLibcxx.rst
===================================================================
--- libcxx/docs/UsingLibcxx.rst
+++ libcxx/docs/UsingLibcxx.rst
@@ -68,8 +68,8 @@
 
   $ clang++ -stdlib=libc++ test.cpp
 
-On systems where libc++ is the library in use by default such as macOS, FreeBSD
-and OpenBSD, this flag is not required.
+On systems where libc++ is the library in use by default such as macOS and FreeBSD,
+this flag is not required.
 
 
 .. _alternate libcxx:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109373.371422.patch
Type: text/x-patch
Size: 1055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210908/22ab95c2/attachment.bin>


More information about the libcxx-commits mailing list