[libcxx-commits] [PATCH] D110338: [libc++] Require a C++20 capable compiler.
Carlos Galvez via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 28 04:24:51 PDT 2021
carlosgalvezp added a comment.
Hi!
I believe this commit broke the whole delivery pipeline of .deb bionic-snapshot packages:
https://llvm-jenkins.debian.net/job/llvm-toolchain-bionic-binaries/architecture=amd64,distribution=bionic,label=amd64/2228/console
CMake Error in /build/llvm-toolchain-snapshot-14~++20210926063815+c4ae4a745dbd/libcxx/benchmarks/CMakeLists.txt:
The compiler feature "cxx_std_20" is not known to CXX compiler
"GNU"
version 7.3.0.
Would it be possible to revert/fix? Currently we cannot get new fixes to trunk as deb packages since the pipeline is broken.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110338/new/
https://reviews.llvm.org/D110338
More information about the libcxx-commits
mailing list