[CMake] Use LLVM_RUNTIME_OUTPUT_INTDIR for LLDB exectuable
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 4 Jul 2018 14:34:32 +0000 (14:34 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 4 Jul 2018 14:34:32 +0000 (14:34 +0000)
commitcfc2377333754cc4a1b63015bb4c92be767449ad
tree013a8c76c339b3657efcb441de1a7f0a975a7689
parent0c3b421b1aaad2c56feb203e52573125e5f218c4
[CMake] Use LLVM_RUNTIME_OUTPUT_INTDIR for LLDB exectuable

Apparently there's a difference between using LLVM_RUNTIME_OUTPUT_INTDIR
and LLVM_BINARY_DIR. The former will point to the current binary
directory (i.e. that where lldb is built) while the former will always
point to LLVM's. This was causing trouble for the swift build but should
be a transparent for upstream lldb.

llvm-svn: 336278
lldb/CMakeLists.txt