Skip to content

Commit 615f839

Browse files
authored
[orc-rt] Remove unused LLVM_RT_TOOLS_BINARY_DIR cmake variable. (#154254)
This was accidentally left in ee7a6a4.
1 parent ab8b4f6 commit 615f839

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtimes/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ if(LLVM_ENABLE_RUNTIMES STREQUAL "all" )
4444
endif()
4545
include(SortSubset)
4646
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")
4847
foreach(proj ${LLVM_ENABLE_RUNTIMES})
4948
set(proj_dir "${CMAKE_CURRENT_SOURCE_DIR}/../${proj}")
5049
if(IS_DIRECTORY ${proj_dir} AND EXISTS ${proj_dir}/CMakeLists.txt)

0 commit comments

Comments
 (0)