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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 12 10:19:19 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
----------------
ldionne wrote:

Thanks for creating the Discourse thread. I've been really busy so I haven't had time to chime in yet but I'll do that.

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


More information about the libcxx-commits mailing list