[libcxx-commits] [PATCH] D87940: [SystemZ][ZOS] Porting the time functions within libc++ to z/OS

Zbigniew Sarbinowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 16 11:42:37 PDT 2020


zibi added inline comments.


================
Comment at: libcxx/src/filesystem/filesystem_common.h:413
+
+// allow the utimes implementation to compile even it we're not going
+// to use it.
----------------
ldionne wrote:
> I don't understand this comment.
> I don't understand this comment.

I don't understand either.  The diff is misleading since this is NOT a new comment. I will delete this comment.


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

https://reviews.llvm.org/D87940



More information about the libcxx-commits mailing list