[libcxx-commits] [libcxx] 3fa4cff - Mention OpenBSD in the documentation

Brad Smith via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 7 04:55:34 PDT 2021


Author: Brad Smith
Date: 2021-09-07T07:55:17-04:00
New Revision: 3fa4cff97480e47fad77e54b287061c492ab9ea8

URL: https://github.com/llvm/llvm-project/commit/3fa4cff97480e47fad77e54b287061c492ab9ea8
DIFF: https://github.com/llvm/llvm-project/commit/3fa4cff97480e47fad77e54b287061c492ab9ea8.diff

LOG: Mention OpenBSD in the documentation

Added: 
    

Modified: 
    libcxx/docs/UsingLibcxx.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst
index 863123688e6a..f37e23b27b7e 100644
--- a/libcxx/docs/UsingLibcxx.rst
+++ b/libcxx/docs/UsingLibcxx.rst
@@ -68,8 +68,8 @@ Using ``-stdlib=libc++`` will select libc++:
 
   $ clang++ -stdlib=libc++ test.cpp
 
-On systems where libc++ is the library in use by default such as macOS and FreeBSD,
-this flag is not required.
+On systems where libc++ is the library in use by default such as macOS, FreeBSD
+and OpenBSD, this flag is not required.
 
 
 .. _alternate libcxx:


        


More information about the libcxx-commits mailing list