[libcxx-commits] [PATCH] D74489: [libc++] Remove workarounds for the lack of clock_gettime on older macOS platforms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 12 08:51:49 PST 2020


ldionne created this revision.
ldionne added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof.
Herald added a project: libc++.

This increases the Mac OS requirement for building libc++ to 10.12.
Note that it doesn't change whether the *headers* still support older
platforms -- it's only that macOS >= 10.12 is required to build the
dylib from sources.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74489

Files:
  libcxx/src/chrono.cpp
  libcxx/src/filesystem/operations.cpp
  libcxx/src/include/apple_availability.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74489.244198.patch
Type: text/x-patch
Size: 7594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200212/9c536277/attachment-0001.bin>


More information about the libcxx-commits mailing list