[PATCH] D66143: Don't use std::errc
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 08:17:07 PDT 2019
ABataev added a comment.
In D66143#1627157 <https://reviews.llvm.org/D66143#1627157>, @thakis wrote:
> This isn't in a hot codepath, so the virtual calls aren't super important.
>
> This not working in some libstdc++s is important of course, but llvm's Errc.h claims "std::error_code works OK on all platforms we use". I guess that's not true? Can you include more details on which platforms this is broken?
PowerPC, Ubuntu 14.04.3 LTS, for example.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66143/new/
https://reviews.llvm.org/D66143
More information about the cfe-commits
mailing list