[libcxx-commits] [libcxx] [libc++] increase minimum deployment target on macOS to 11.0 (PR #176094)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 3 13:55:48 PST 2026


================
@@ -142,7 +142,7 @@ Libc++ also supports common platforms and architectures:
 ===================== ========================= ============================
 Target platform       Target architecture       Notes
 ===================== ========================= ============================
-macOS 10.13+          i386, x86_64, arm64
+macOS 11.0+           i386, x86_64, arm64
----------------
h-vetinari wrote:

Sounds like it'd be worth it to start a discussion on discourse on this? I'm aware libcxx contributors are not super-active there (more on discord, IIUC), but I think this deserves a wider discussion (even just to announce that de facto policy, and the fact that LLVM 22 now increases the baseline), because it essentially sets the lower bound for clang and LLVM as well.

I'm happy to do that, though I'll obviously defer to you if you want to open it.

I can write up something based on your comment above, but I also still need inputs on the following (see OP)
> I assume the other targets in the condition above would also need to be updated, but I don't know the right versions for that.

https://github.com/llvm/llvm-project/pull/176094


More information about the libcxx-commits mailing list