This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Define LIBCPP_HAS_TIMESPEC_GET for MSVC configurations
ClosedPublic

Authored by mstorsjo on May 31 2021, 4:20 AM.

Details

Summary

This define was out of sync with the corresponding define in tests, it
was added inconsistently in 171c77b7dad4a050aca23ff7ca1b75f87560fefb.

Modern MSVC environments do have these typedefs and functions.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.May 31 2021, 4:20 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2021, 4:20 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 31 2021, 7:44 AM
This revision is now accepted and ready to land.May 31 2021, 7:44 AM
This revision was landed with ongoing or failed builds.May 31 2021, 12:13 PM
This revision was automatically updated to reflect the committed changes.