[Lldb-commits] [PATCH] D56443: [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary directory
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 8 09:05:28 PST 2019
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
More information about the lldb-commits
mailing list