This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Bring back mach_absolute_time implementation of steady_clock
ClosedPublic

Authored by ldionne on Jan 21 2021, 2:54 PM.

Details

Summary

This is meant to unblock Chrome, as discussed in https://llvm.org/D74489.

Diff Detail

Event Timeline

ldionne created this revision.Jan 21 2021, 2:54 PM
ldionne requested review of this revision.Jan 21 2021, 2:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2021, 2:54 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
rnk added a comment.Jan 22 2021, 11:53 AM

I patched this in and confirmed that it fixes our build issue, thanks!

I see that you didn't change the documentation back to claim support for Mac 10.9. That's fine with me, I consider this to be a temporary state of affairs.

ldionne accepted this revision as: Restricted Project.Jan 22 2021, 11:53 AM
In D95177#2516251, @rnk wrote:

I patched this in and confirmed that it fixes our build issue, thanks!

I see that you didn't change the documentation back to claim support for Mac 10.9. That's fine with me, I consider this to be a temporary state of affairs.

We're on the same page. :-)

This revision was not accepted when it landed; it landed in state Needs Review.Jan 22 2021, 11:54 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.