<div dir="ltr">several hours ago one of the bots that does a bootstrap started to fail<div>(<a href="http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer">http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer</a>)</div><div><br></div><div><pre style="color:rgb(0,0,0)">CMake Error at projects/libcxx/CMakeLists.txt:365 (message):
  C++11 or greater is required but the compiler does not support c++11</pre><br>I can reproduce it locally with </div><div><pre style="color:rgb(0,0,0)">cmake -GNinja -DCMAKE_CXX_COMPILER=clang++ ~/llvm</pre></div><div><br>Goes away if I remove -GNinja. (!!!)<br></div><div>Does anyone else see this? </div><div><br></div></div>