aboutsummaryrefslogtreecommitdiff
path: root/runtimes
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2021-11-16 23:13:16 -0800
committerMircea Trofin <mtrofin@google.com>2021-11-16 23:13:16 -0800
commit663693f3f792083a7a4a64180d2ddc87e8b609e3 (patch)
treeebe8e92bdf1fd1c95b31bd3ab22ef4c6f7e08433 /runtimes
parentd2124bfccf5982f5fa0f9b2c2253fc0bb65beb4c (diff)
downloadllvm-663693f3f792083a7a4a64180d2ddc87e8b609e3.zip
llvm-663693f3f792083a7a4a64180d2ddc87e8b609e3.tar.gz
llvm-663693f3f792083a7a4a64180d2ddc87e8b609e3.tar.bz2
[libc] Fix incorrect revert of 1ee3205
The revert, b2fbd45d2395f1f6ef39db72b7156724fc101e40, incorrectly re-introduced a few lines removed in 7c3d19ab7bcb79636bd65ee55a0fefef224fcb25
Diffstat (limited to 'runtimes')
-rw-r--r--runtimes/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt
index 29eb675..e18c48f 100644
--- a/runtimes/CMakeLists.txt
+++ b/runtimes/CMakeLists.txt
@@ -43,14 +43,6 @@ endfunction()
find_package(LLVM PATHS "${LLVM_BINARY_DIR}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
find_package(Clang PATHS "${LLVM_BINARY_DIR}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
-# Add path for custom and the LLVM build's modules to the CMake module path.
-list(INSERT CMAKE_MODULE_PATH 0
- "${CMAKE_CURRENT_SOURCE_DIR}/cmake"
- "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
- "${CMAKE_CURRENT_SOURCE_DIR}/../llvm/cmake"
- "${CMAKE_CURRENT_SOURCE_DIR}/../llvm/cmake/modules"
-)
-
function(get_compiler_rt_path path)
foreach(entry ${runtimes})
get_filename_component(projName ${entry} NAME)