[PATCH] D57264: Bump minimum toolchain version
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 28 15:09:21 PST 2019
hubert.reinterpretcast added inline comments.
================
Comment at: cmake/modules/CheckCompilerVersion.cmake:65
if(NOT LLVM_NO_OLD_LIBSTDCXX)
message(FATAL_ERROR "Host Clang must be able to find libstdc++4.8 or newer!")
endif()
----------------
libstdc++4.8 should also warn now, right?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57264/new/
https://reviews.llvm.org/D57264
More information about the llvm-commits
mailing list