[PATCH] D53742: [XRay] Use std::errc::invalid_argument instead of std::errc::bad_message

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 23:07:00 PDT 2018


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D53742





More information about the llvm-commits mailing list