[PATCH] D42579: [sanitizer] Implement MonotonicNanoTime for Windows

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 08:54:17 PST 2018


cryptoad added a comment.

Actually, I guess we don't need to make it relative to a base, we can just use the current counter.
Which would also work as is for `NanoTime`.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42579





More information about the llvm-commits mailing list