[all-commits] [llvm/llvm-project] c73c3a: [libc++] Clean up old macOS back-deployment workar...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Mar 10 06:08:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c73c3a078a130c4180a9d3626dcbc408992d53f9
https://github.com/llvm/llvm-project/commit/c73c3a078a130c4180a9d3626dcbc408992d53f9
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/index.rst
M libcxx/src/chrono.cpp
M libcxx/src/filesystem/filesystem_common.h
M libcxx/src/include/apple_availability.h
Log Message:
-----------
[libc++] Clean up old macOS back-deployment workarounds
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.
Differential Revision: https://reviews.llvm.org/D145012
More information about the All-commits
mailing list