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

Reid Kleckner via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 7 11:57:52 PDT 2021


rnk added inline comments.


================
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
----------------
phosek wrote:
> Since we're distinguishing 32-bit and 64-bit x86, shall we also do the same for ARM, that is have ARM and ARM64?
I think Chrome still builds libc++ statically for 10.11:
https://source.chromium.org/chromium/chromium/src/+/main:build/config/mac/mac_sdk.gni;l=21

Some time in the next year or two it will likely be raised, but I can't commit to a timeline. If someone lands changes that don't work on 10.11, someone from our team will try to put together a workaround patch for 10.11. The audience for this document is probably libc++ developers, so if they want to minimize the amount of post-commit code review work, it might be less work to use 10.11 here.


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