diff options
author | Mircea Trofin <mtrofin@google.com> | 2021-12-07 16:46:55 -0800 |
---|---|---|
committer | Mircea Trofin <mtrofin@google.com> | 2021-12-07 17:10:41 -0800 |
commit | 5dda2efde574d3a200d04c371f561a77ee9f4aff (patch) | |
tree | 1a32f91fd0db5308de8f5fbc32613c18275588fe /runtimes | |
parent | 572d1ecccc473ba4ddb46dd04759dc2e336f0e1c (diff) | |
download | llvm-5dda2efde574d3a200d04c371f561a77ee9f4aff.zip llvm-5dda2efde574d3a200d04c371f561a77ee9f4aff.tar.gz llvm-5dda2efde574d3a200d04c371f561a77ee9f4aff.tar.bz2 |
Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"
This reverts commit b2fbd45d2395f1f6ef39db72b7156724fc101e40. D114922
fixed the reason of the 2nd revert.
This patch also re-applies 39e9f5d3685f3cfca0df072928ad96d973704dff.
Differential Revision: https://reviews.llvm.org/D112012
Diffstat (limited to 'runtimes')
-rw-r--r-- | runtimes/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt index c17d7f2..8279782 100644 --- a/runtimes/CMakeLists.txt +++ b/runtimes/CMakeLists.txt @@ -43,6 +43,8 @@ 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) +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) |