------------------------------------------------------------------------
r291863 | chapuni | 2017-01-12 16:17:15 -0800 (Thu, 12 Jan 2017) | 1 line
xray-account: Avoid std::errc::bad_message to appease mingw.
------------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@291914
91177308-0d34-0410-b5e6-
96231b3b80d8
return make_error<StringError>(
Twine("Failed accounting function calls in file '") + AccountInput +
"'.",
- std::make_error_code(std::errc::bad_message));
+ std::make_error_code(std::errc::executable_format_error));
}
switch (AccountOutputFormat) {
case AccountOutputFormats::TEXT: