labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
Makes sense to me. ================ Comment at: CMakeLists.txt:117 # For now check that the include directory exists. - set(cxx_dir "${LLVM_DIR}/../../../include/c++") + set(cxx_dir "${LLVM_BINRAY_DIR}/include/c++") if(NOT EXISTS ${cxx_dir}) ---------------- typo (but BINRAY sounds cool, we should make that mean something :P). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56443/new/ https://reviews.llvm.org/D56443 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits