[llvm] 0954e2b - Mention OpenBSD in the documentation
Brad Smith via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 01:39:55 PDT 2021
Author: Brad Smith
Date: 2021-09-07T04:38:52-04:00
New Revision: 0954e2b2d0383584ee6ebad24e0637b98999e993
URL: https://github.com/llvm/llvm-project/commit/0954e2b2d0383584ee6ebad24e0637b98999e993
DIFF: https://github.com/llvm/llvm-project/commit/0954e2b2d0383584ee6ebad24e0637b98999e993.diff
LOG: Mention OpenBSD in the documentation
Added:
Modified:
libcxx/docs/index.rst
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index a4bbac7ecf252..9fc66b079f1d7 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -115,6 +115,7 @@ 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
+OpenBSD i386, x86_64, arm, arm64
Linux i386, x86_64, arm, arm64
Windows x86_64
=============== ========================= ============================
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 724ba1c6b04a8..7f4092f46c558 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -131,6 +131,8 @@ FreeBSD x86\ :sup:`1` GCC, Clang
FreeBSD amd64 GCC, Clang
NetBSD x86\ :sup:`1` GCC, Clang
NetBSD amd64 GCC, Clang
+OpenBSD x86\ :sup:`1` GCC, Clang
+OpenBSD amd64 GCC, Clang
macOS\ :sup:`2` PowerPC GCC
macOS x86 GCC, Clang
Cygwin/Win32 x86\ :sup:`1, 3` GCC
More information about the llvm-commits
mailing list