[Lldb-commits] [PATCH] D56443: [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary directory
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 9 06:16:51 PST 2019
sgraenitz marked an inline comment as done.
sgraenitz added inline comments.
================
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})
----------------
labath wrote:
> typo (but BINRAY sounds cool, we should make that mean something :P).
Woooow thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56443/new/
https://reviews.llvm.org/D56443
More information about the lldb-commits
mailing list