EricWF accepted this revision. EricWF added a comment. This revision is now accepted and ready to land.
LGTM. I'm surprised we don't already require C++11. ================ Comment at: cmake/config-ix.cmake:40 @@ -39,1 +39,3 @@ check_cxx_compiler_flag(/GR- LIBCXXABI_HAS_NO_GR_FLAG) +check_cxx_compiler_flag(-std=c++11 LIBCXXABI_HAS_CXX11) + ---------------- Nit `LIBCXXABI_HAS_STD_CXX11`. https://reviews.llvm.org/D24007 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits