From 0954e2b2d0383584ee6ebad24e0637b98999e993 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 7 Sep 2021 04:38:52 -0400 Subject: [PATCH] Mention OpenBSD in the documentation --- libcxx/docs/index.rst | 1 + llvm/docs/GettingStarted.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst index a4bbac7..9fc66b0 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 724ba1c..7f4092f 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 -- 2.7.4