[libcxx-commits] [PATCH] D116606: [libcxx] Use Fuchsia-native monotonic clock for std::chrono::steady_clock
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 4 10:29:47 PST 2022
phosek accepted this revision.
phosek added a comment.
LGTM
================
Comment at: libcxx/src/chrono.cpp:273
-#elif defined(CLOCK_MONOTONIC)
+# elif defined(__Fuchsia__)
+
----------------
The rest of this file doesn't seem to be using this indentation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116606/new/
https://reviews.llvm.org/D116606
More information about the libcxx-commits
mailing list