[PATCH] D66143: Don't use std::errc
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 08:33:16 PDT 2019
thakis added a comment.
As far as I know 4.8 is no longer supported.
In D66143#1627168 <https://reviews.llvm.org/D66143#1627168>, @ABataev wrote:
> In D66143#1627165 <https://reviews.llvm.org/D66143#1627165>, @thakis wrote:
>
> > That's Trusty and Trusty is on 4.8 which we no longer support, right?
>
>
> It is still supported with some extra cmake flags.
It used to be, but that's no longer true. r366333 added an unconditional use of <regex> which doesn't exist in 4.8.
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