[cfe-dev] Build servers with pre-GCC-5 ?

Gábor Márton via cfe-dev cfe-dev at lists.llvm.org
Fri Jan 31 02:35:07 PST 2020


Hi,

We have some code that uses explicit std::move
<https://reviews.llvm.org/D73675#inline-669095> that is redundant with
modern compilers. Are there any build servers that are still using
pre-GCC-5 compilers? Could we just simply remove std::move without breaking
any build server?
The minimum supported compiler version for LLVM/Clang seems to be GCC 5.1
<https://llvm.org/docs/GettingStarted.html#software>, but I'd like to get
some confirmation from the community.

Thanks,
Gabor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20200131/d7f38d3b/attachment.html>


More information about the cfe-dev mailing list