Files
clang-p2996/llvm/lib/ProfileData
Teresa Johnson 475e736bb5 [MemProf] Include <ctime> to avoid MSVC failure (#114246)
My change in bb3915149a added a call to
std::time which worked generally as there must be some transitive
include of <ctime>. However, I saw one MSVC bot failure:

InstrProfWriter.cpp(202): error C2039: 'time': is not a member of 'std'

from https://lab.llvm.org/buildbot/#/builders/63/builds/2325.

Presumably explictly including <ctime> should fix this.
2024-10-30 08:28:22 -07:00
..
2024-06-10 16:38:24 -07:00