diff options
| author | Lang Hames <lhames@gmail.com> | 2025-08-19 19:56:27 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 19:56:27 +1000 |
| commit | 615f8393c9ce8d4cfddd0a7aada76902744163c8 (patch) | |
| tree | 52ab75932e0b03c78008ac701ab05eacf17756f1 /runtimes | |
| parent | ab8b4f6629ee9c4c99c2751aa394f65ee2a4a34a (diff) | |
[orc-rt] Remove unused LLVM_RT_TOOLS_BINARY_DIR cmake variable. (#154254)
This was accidentally left in ee7a6a45bdb.
Diffstat (limited to 'runtimes')
| -rw-r--r-- | runtimes/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt index eb8f4704b1e6..45a6517737b9 100644 --- a/runtimes/CMakeLists.txt +++ b/runtimes/CMakeLists.txt @@ -44,7 +44,6 @@ if(LLVM_ENABLE_RUNTIMES STREQUAL "all" ) endif() include(SortSubset) sort_subset("${LLVM_SUPPORTED_RUNTIMES}" "${LLVM_ENABLE_RUNTIMES}" LLVM_ENABLE_RUNTIMES) -set(LLVM_RT_TOOLS_BINARY_DIR ${LLVM_TOOLS_BINARY_DIR} CACHE STRING "runtime path to required test tools") foreach(proj ${LLVM_ENABLE_RUNTIMES}) set(proj_dir "${CMAKE_CURRENT_SOURCE_DIR}/../${proj}") if(IS_DIRECTORY ${proj_dir} AND EXISTS ${proj_dir}/CMakeLists.txt) |
