search for: 1ed04ebb

Displaying 3 results from an estimated 3 matches for "1ed04ebb".

2016 Dec 11
2
failing bootstrap: C++11 or greater is required but the compiler does not support c++11
...LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161210/1ed04ebb/attachment.html>
2016 Dec 10
0
failing bootstrap: C++11 or greater is required but the compiler does not support c++11
I can't reproduce right away. I wonder if the check for the -std=c++11 flag is failing due to the earlier error about failing to find libatomic. When these bots start failing? /Eric On Fri, Dec 9, 2016 at 10:18 PM, Kostya Serebryany via llvm-dev < llvm-dev at lists.llvm.org> wrote: > several hours ago one of the bots that does a bootstrap started to fail >
2016 Dec 10
2
failing bootstrap: C++11 or greater is required but the compiler does not support c++11
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