[llvm-dev] failing bootstrap: C++11 or greater is required but the compiler does not support c++11

Kostya Serebryany via llvm-dev llvm-dev at lists.llvm.org
Fri Dec 9 21:18:33 PST 2016


several hours ago one of the bots that does a bootstrap started to fail
(http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer)

CMake Error at projects/libcxx/CMakeLists.txt:365 (message):
  C++11 or greater is required but the compiler does not support c++11


I can reproduce it locally with

cmake -GNinja -DCMAKE_CXX_COMPILER=clang++ ~/llvm


Goes away if I remove -GNinja. (!!!)
Does anyone else see this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161209/97a5dc09/attachment.html>


More information about the llvm-dev mailing list