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.
Details
Details
- Reviewers
zturner labath clayborg JDevlieghere stella.stamenova serge-sans-paille - Commits
- rG79f41967dc76: [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary…
rLLDB350738: [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary…
rL350738: [CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Makes sense to me.
CMakeLists.txt | ||
---|---|---|
117 ↗ | (On Diff #180683) | typo (but BINRAY sounds cool, we should make that mean something :P). |
CMakeLists.txt | ||
---|---|---|
117 ↗ | (On Diff #180683) | Woooow thanks! |