Revert "Add Chrono.h - std::chrono support header"
authorPavel Labath <labath@google.com>
Wed, 19 Oct 2016 17:17:53 +0000 (17:17 +0000)
committerPavel Labath <labath@google.com>
Wed, 19 Oct 2016 17:17:53 +0000 (17:17 +0000)
commit504f3844aec477f31d9640b90dfd5b0e2a773d7e
tree67420d0c65a7e45fcfcca134ac12a0c39108eb6d
parentbc94693042f04894f634e83618d3156dabf26cc5
Revert "Add Chrono.h - std::chrono support header"

This reverts commit r284590 as it fails on the mingw buildbot. I think I know the
fix, but I cannot test it right now. Will reapply when I verify it works ok.

This reverts r284590.

llvm-svn: 284615
llvm/include/llvm/Support/Chrono.h [deleted file]
llvm/include/llvm/Support/TimeValue.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/Chrono.cpp [deleted file]
llvm/lib/Support/TimeValue.cpp
llvm/lib/Support/Unix/TimeValue.inc [new file with mode: 0644]
llvm/lib/Support/Windows/TimeValue.inc [new file with mode: 0644]
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/Chrono.cpp [deleted file]
llvm/unittests/Support/TimeValueTest.cpp