llvm-project/lldb/cmake
Stefan Granitz c769462438 [CMake] Add configuration dirs as potential locations for llvm-lit and llvm-tblgen in standalone builds
Summary:
If the provided LLVM build-tree used a multi-configuration generator like Xcode, `LLVM_TOOLS_BINARY_DIR` will have a generator-specific placeholder to express `CMAKE_CFG_INTDIR`. Thus `llvm-lit` and `llvm-tblgen` won't be found.
D62878 exports the actual configuration types so we can fix the path and add them to the search paths for `find_program()`.

Reviewers: xiaobai, labath, stella.stamenova

Reviewed By: xiaobai, stella.stamenova

Subscribers: mgorny, lldb-commits

Tags: #lldb

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

llvm-svn: 362589
2019-06-05 08:31:50 +00:00
..
XcodeHeaderGenerator [CMake] Abstract Config.h generation for Xcode 2017-04-27 16:04:26 +00:00
caches [CMake] Move and add settings to Apple-lldb-base cache script 2019-06-04 14:21:48 +00:00
modules [CMake] Add configuration dirs as potential locations for llvm-lit and llvm-tblgen in standalone builds 2019-06-05 08:31:50 +00:00