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

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 07:54:26 PDT 2016


labath created this revision.
labath added reviewers: rafael, zturner.
labath added a subscriber: llvm-commits.

Most of the changes are very straight-forward. The only choice I had to make was
to use second-precision time points in the Archive classes. I did this because
the archive files use that precision in the on-disk representation anyway.


https://reviews.llvm.org/D25773

Files:
  include/llvm/Object/Archive.h
  include/llvm/Object/ArchiveWriter.h
  lib/Object/Archive.cpp
  lib/Object/ArchiveWriter.cpp
  tools/llvm-ar/llvm-ar.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25773.75152.patch
Type: text/x-patch
Size: 7404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161019/9bc9004b/attachment.bin>


More information about the llvm-commits mailing list