[PATCH] D42579: [sanitizer] Implement NanoTime & MonotonicNanoTime for Windows
Adrian McCarthy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 11:24:18 PST 2018
amccarth requested changes to this revision.
amccarth added a comment.
This revision now requires changes to proceed.
rnk's been out sick, but this looks right to me.
Even with the multiplication by 10^9, you'd have to run for more than a year before you would risk an overflow (assuming the 195,800 ticks/second frequency seen by cryptoad).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42579
More information about the llvm-commits
mailing list