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

Eli Friedman via cfe-dev cfe-dev at lists.llvm.org
Fri Jan 31 10:31:09 PST 2020


The minimum compiler version is enforced with a hard error in CMake.

-Eli

From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of Gábor Márton via cfe-dev
Sent: Friday, January 31, 2020 2:35 AM
To: Clang Dev <cfe-dev at lists.llvm.org>
Subject: [EXT] [cfe-dev] Build servers with pre-GCC-5 ?

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/d5bd86d3/attachment-0001.html>


More information about the cfe-dev mailing list