[all-commits] [llvm/llvm-project] 3ec634: [libcxx] Use GetSystemTimePreciseAsFileTime() if a...
Sizhe Zhao via All-commits
all-commits at lists.llvm.org
Fri Aug 27 10:12:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ec634e65a02d5f443cc982e9e00ec4e51143d07
https://github.com/llvm/llvm-project/commit/3ec634e65a02d5f443cc982e9e00ec4e51143d07
Author: Sizhe Zhao <prc.zhao at outlook.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M libcxx/src/chrono.cpp
Log Message:
-----------
[libcxx] Use GetSystemTimePreciseAsFileTime() if available
We will try to use GetSystemTimePreciseAsFileTime if possible.
Reference: https://sourceforge.net/p/mingw-w64/mingw-w64/ci/59195b2d7fe26549f70969b0dd487293819f023e/.
Reviewed By: compnerd, #libc, mstorsjo, ldionne
Differential Revision: https://reviews.llvm.org/D104987
More information about the All-commits
mailing list