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

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 8 17:20:22 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:

Took a bit longer than planned, but here it is: https://discourse.llvm.org/t/minimum-macos-deployment-target-increases-to-11-0-in-v22-1-visibility-discussion-on-update-policy/89751

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


More information about the libcxx-commits mailing list