"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e61c7a3958e70edd92f9beb2f8da2a26cc5b43d4"
[libcxx] Use Fuchsia-native monotonic clock for std::chrono::steady_clock
Use the zx_clock_get_monotonic system call directly rather than going through the POSIX clock_gettime function. The libc function is a trivial wrapper around the system call, and is not a standard C function. Avoiding it reduces the Fuchsia libc ABI surface that libc++ depends on. Reviewed By: phosek, ldionne, #libc Differential Revision: https://reviews.llvm.org/D116606
Loading
Please register or sign in to comment