We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8b4f6 commit 615f839Copy full SHA for 615f839
runtimes/CMakeLists.txt
@@ -44,7 +44,6 @@ if(LLVM_ENABLE_RUNTIMES STREQUAL "all" )
44
endif()
45
include(SortSubset)
46
sort_subset("${LLVM_SUPPORTED_RUNTIMES}" "${LLVM_ENABLE_RUNTIMES}" LLVM_ENABLE_RUNTIMES)
47
-set(LLVM_RT_TOOLS_BINARY_DIR ${LLVM_TOOLS_BINARY_DIR} CACHE STRING "runtime path to required test tools")
48
foreach(proj ${LLVM_ENABLE_RUNTIMES})
49
set(proj_dir "${CMAKE_CURRENT_SOURCE_DIR}/../${proj}")
50
if(IS_DIRECTORY ${proj_dir} AND EXISTS ${proj_dir}/CMakeLists.txt)
0 commit comments