labath added a subscriber: mehdi_amini.
labath added inline comments.

================
Comment at: source/Host/common/FileSystem.cpp:103
+
+  return system_clock::from_time_t(file_stats.st_mtimespec.tv_sec) +
+         nanoseconds(file_stats.st_mtimespec.tv_nsec);
----------------
The conversion from `struct timespec` will probably be necessary in some other 
places as well.


https://reviews.llvm.org/D25392



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to