[PATCH] D57264: Bump minimum toolchain version

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 15:37:32 PST 2019


jfb added a comment.

@jyknight can you confirm that this latest change works for you? I think it's exactly your environment :)



================
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()
----------------
hubert.reinterpretcast wrote:
> libstdc++4.8 should also warn now, right?
The comment above was pretty bad... Updated to use `__GLIBCXX__`.


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