[CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary directory
authorStefan Granitz <stefan.graenitz@gmail.com>
Wed, 9 Jan 2019 16:25:37 +0000 (16:25 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Wed, 9 Jan 2019 16:25:37 +0000 (16:25 +0000)
commit79f41967dc76b4eb48806cfbf313da9ffb3da002
treeb40abf997cdb15ae8186ac063e470efdd01c6af6
parent644a3289e768145455f3946f8caabeec29d1ff96
[CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary directory

Summary: In standalone builds `LLVM_BINARY_DIR` was equal to `LLDB_BINARY_DIR` so far. This is counterintuitive and invalidated the values of `LLDB_DEFAULT_TEST_DSYMUTIL/FILECHECK/COMPILER` etc.

Reviewers: zturner, labath, clayborg, JDevlieghere, stella.stamenova, serge-sans-paille

Reviewed By: labath

Subscribers: mgorny, friss, lldb-commits, #lldb

Differential Revision: https://reviews.llvm.org/D56443

llvm-svn: 350738
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBStandalone.cmake
lldb/lit/Suite/lit.site.cfg.in
lldb/lit/Unit/lit.site.cfg.py.in