[PATCH] D25416: Add Chrono.h - std::chrono support header

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 08:52:31 PDT 2016


labath updated this revision to Diff 74697.
labath added a comment.

Sorry about the delay, I only got to check the windows version today. This
update actually makes it compile now. I've tested this on mac, osx, and windows
(with msvc) and the tests pass.

Could you take a look and let me know what you think?


https://reviews.llvm.org/D25416

Files:
  include/llvm/Support/Chrono.h
  include/llvm/Support/TimeValue.h
  lib/Support/CMakeLists.txt
  lib/Support/Chrono.cpp
  lib/Support/TimeValue.cpp
  lib/Support/Unix/Chrono.inc
  lib/Support/Unix/TimeValue.inc
  lib/Support/Windows/Chrono.inc
  lib/Support/Windows/TimeValue.inc
  unittests/Support/CMakeLists.txt
  unittests/Support/Chrono.cpp
  unittests/Support/TimeValueTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25416.74697.patch
Type: text/x-patch
Size: 14533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161014/de44bb20/attachment.bin>


More information about the llvm-commits mailing list