[libcxx-commits] [PATCH] D93542: [SystemZ][ZOS] Provide CLOCK_MONOTONIC alternative

Zbigniew Sarbinowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 18 08:11:24 PST 2020


zibi added a comment.

In D93542#2463142 <https://reviews.llvm.org/D93542#2463142>, @mclow.lists wrote:

> That being said, Libc++ has a mode which does not require a monotonic clock. 
> The configuration is guarded by `_LIBCPP_HAS_NO_THREADS`

Thank you Marshall. 
Yes, I know about _LIBCPP_HAS_NO_THREADS but I'm not sure if we want to go that route and what implication that would mean because we do have threads so disabling them seems like a BIG hammer approach.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93542/new/

https://reviews.llvm.org/D93542



More information about the libcxx-commits mailing list