[PATCH] D122976: Bump minimum toolchain version

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 02:39:26 PDT 2022


thieta marked an inline comment as done.
thieta added inline comments.


================
Comment at: llvm/cmake/modules/CheckCompilerVersion.cmake:110
 int main() { return 0; }
-"
+    "
       LLVM_LIBSTDCXX_SOFT_ERROR)
----------------
h-vetinari wrote:
> Was this additional indent intentional? Shouldn't then the whole content of `check_cxx_sources_compiles` be indented?
that was not intentional no - probably my editor doing something funny. Thanks for spotting that.


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