[libcxx-commits] [PATCH] D105563: [libc++][docs] Update documentation to reflect libc++'s compiler support policy

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 11:28:37 PDT 2021


phosek added inline comments.


================
Comment at: libcxx/docs/index.rst:113
+=============== ==================== ============================
+Target platform Target architecture  Notes
+=============== ==================== ============================
----------------
I'd be interested in including Fuchsia here but we don't have bots yet, it's something we plan to work on in H2 2021.


================
Comment at: libcxx/docs/index.rst:115
+=============== ==================== ============================
+macOS 10.9+     i386, x86_64, ARM    Building the shared library itself requires targetting macOS 10.12+
+FreeBSD 10+     i386, x86_64, ARM
----------------
Since we're distinguishing 32-bit and 64-bit x86, shall we also do the same for ARM, that is have ARM and ARM64?


================
Comment at: libcxx/docs/index.rst:117
+FreeBSD 10+     i386, x86_64, ARM
+Linux           i386, x86_64
+=============== ==================== ============================
----------------
FWIW we're using libc++ on ARM64 and we even run lib++ tests on ARM64 machines in our downstream CI so I'm pretty confident about Linux support for ARM64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105563



More information about the libcxx-commits mailing list