commit | 19ed2a6dd84fcff0ac2521a17e3ed57ddd989874 | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Wed Jul 04 14:34:32 2018 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 08 10:52:51 2020 -0700 |
tree | 34225289651a04b2305de3ef0b85280f3c1b582d | |
parent | b1b11515aff5aa28531b2d41394cd46ec505d853 [diff] |
[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 GitOrigin-RevId: cfc2377333754cc4a1b63015bb4c92be767449ad