[libcxx-commits] [PATCH] D74341: [libc++][Apple] Use CLOCK_MONOTONIC_RAW instead of CLOCK_UPTIME_RAW for steady_clock
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 12 07:37:01 PST 2020
EricWF added a comment.
Can we assume that all supported Apple platforms have clock_gettime now? (It was added in 10.12)
If so, can we remove the fallback?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74341/new/
https://reviews.llvm.org/D74341
More information about the libcxx-commits
mailing list