mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 01:47:09 +00:00
![Greg Bedwell](/assets/img/avatar_default.png)
Multi-config CMake generators need lit to be able to resolve paths of artifacts from previous build steps at lit time, rather than expect them to be fully resolved at CMake time as they may contain the build mode. Differential Revision: https://reviews.llvm.org/D38471 llvm-svn: 318037
7 lines
219 B
CMake
7 lines
219 B
CMake
# Needed for lit support in standalone builds.
|
|
include(AddLLVM)
|
|
|
|
configure_compiler_rt_lit_site_cfg(
|
|
${CMAKE_CURRENT_SOURCE_DIR}/lit.common.unit.configured.in
|
|
${CMAKE_CURRENT_BINARY_DIR}/lit.common.unit.configured)
|