[PATCH] D66143: Don't use std::errc
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 08:46:03 PDT 2019
ABataev added a comment.
In D66143#1627195 <https://reviews.llvm.org/D66143#1627195>, @thakis wrote:
> 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.
This is only for lld. Plus, there was no final decision to drop support for 4.8 and all other LLVM subprojects still can be compiled with 4.8 without any problems.
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