mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
b688c5875d
Previously, llvm/runtimes/CMakeLists.txt played two different roles: 1. host side which could used to set up the build of runtimes for different targets in the right order; 2. target side to build the runtimes for the specified target. This change splits llvm/runtimes/CMakeLists.txt and moves the target side to runtimes/CMakeLists laying down the foundation for the "A vision for building the runtimes" proposal. From the user perspective, there shouldn't be any visible difference at the moment. Differential Revision: https://reviews.llvm.org/D93408
4 lines
127 B
CMake
4 lines
127 B
CMake
set(SUB_COMPONENTS @SUB_COMPONENTS@)
|
|
set(SUB_CHECK_TARGETS @SUB_CHECK_TARGETS@)
|
|
set(SUB_INSTALL_TARGETS @SUB_INSTALL_TARGETS@)
|