This change should appease the mingw32 builds.
Similar to r293725.
Paths
| Differential D53742
[XRay] Use std::errc::invalid_argument instead of std::errc::bad_message ClosedPublic Authored by kongyi on Oct 25 2018, 6:27 PM.
Details Summary This change should appease the mingw32 builds. Similar to r293725.
Diff Detail
Event TimelineComment Actions LG. std::errc::bad_message EBADMSG is used rarely, in STREAMS (which Linux chose not to implement; FreeBSD has very basic implementation) and very few network functions. This revision is now accepted and ready to land.Oct 25 2018, 11:05 PM Closed by commit rL345416: [XRay] Use std::errc::invalid_argument instead of std::errc::bad_message (authored by kongyi). · Explain WhyOct 26 2018, 11:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171323 llvm/trunk/lib/XRay/RecordInitializer.cpp
|