[PATCH] D122976: Bump minimum toolchain version
H. Vetinari via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 7 01:36:03 PDT 2022
h-vetinari added inline comments.
================
Comment at: llvm/cmake/modules/CheckCompilerVersion.cmake:110
int main() { return 0; }
-"
+ "
LLVM_LIBSTDCXX_SOFT_ERROR)
----------------
Was this additional indent intentional? Shouldn't then the whole content of `check_cxx_sources_compiles` be indented?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122976/new/
https://reviews.llvm.org/D122976
More information about the llvm-commits
mailing list