[libcxx-commits] [PATCH] D145012: [libc++] Clean up old macOS back-deployment workarounds

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 28 15:24:07 PST 2023


ldionne created this revision.
Herald added a subscriber: arphaman.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This patch bumps the minimum macOS version for building the dylib
or back-deploying a statically-linked libc++ from macOS 10.11 to
macOS 10.13. AFAICT, Chrome was the last one to require macOS 10.11,
but since then they have bumped their minimal supported version to
macOS 10.13.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145012

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/index.rst
  libcxx/src/chrono.cpp
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/include/apple_availability.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145012.501309.patch
Type: text/x-patch
Size: 6038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230228/e73eb984/attachment.bin>


More information about the libcxx-commits mailing list