[PATCH] D25773: [Object] Replace TimeValue with std::chrono

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 14:25:19 PDT 2016


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Object/ArchiveWriter.cpp:99
+    M.ModTime = std::chrono::time_point_cast<std::chrono::seconds>(
+        Status.getLastModificationTime());
     M.UID = Status.getUser();
----------------
Will you also change what Status.getLastModificationTime in FileSystem. h returns?




https://reviews.llvm.org/D25773





More information about the llvm-commits mailing list