summaryrefslogtreecommitdiff
path: root/runtimes
diff options
context:
space:
mode:
authorMircea Trofin <mtrofin@google.com>2021-11-16 09:44:26 -0800
committerMircea Trofin <mtrofin@google.com>2021-11-16 10:33:31 -0800
commit1ee32055ea1dd4db70d1939cbd4f5105c2dce160 (patch)
tree56398e69b8dd128e447224f5aec0c55281f3e936 /runtimes
parentfd6018072ace7d5cdf537fd63a44c050a98e52fc (diff)
downloadllvm-1ee32055ea1dd4db70d1939cbd4f5105c2dce160.tar.gz
Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""
This reverts commit e7568b68da8a216dc22cdc1c6d8903c94096c846 and relands c6f7b720ecfa6db40c648eb05e319f8a817110e9. The culprit was: missed that libc also had a dependency on one of the copies of `google-benchmark` Also opportunistically fixed indentation from prev. change. Differential Revision: https://reviews.llvm.org/D112012
Diffstat (limited to 'runtimes')
-rw-r--r--runtimes/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt
index 7f5fea2dfa5d..a224275aa32c 100644
--- a/runtimes/CMakeLists.txt
+++ b/runtimes/CMakeLists.txt
@@ -36,6 +36,8 @@ list(INSERT CMAKE_MODULE_PATH 0
"${CMAKE_CURRENT_SOURCE_DIR}/../llvm/cmake/modules"
)
+set(LLVM_THIRD_PARTY_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../third-party")
+
function(get_compiler_rt_path path)
foreach(entry ${runtimes})
get_filename_component(projName ${entry} NAME)