[PATCH] D29818: [libcxx] Threading support: Attempt to externalize system_clock::now() and steady_clock::now() implementations

Ed Schouten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 14:02:56 PDT 2017


ed added a comment.

Worth mentioning: the latest version of macOS now supports `clock_gettime()`. Maybe better to leave the code as is and simply axe the Mach time code at some point in the future?


https://reviews.llvm.org/D29818





More information about the cfe-commits mailing list