diff options
author | Mircea Trofin <mtrofin@google.com> | 2021-11-16 16:35:06 -0800 |
---|---|---|
committer | Mircea Trofin <mtrofin@google.com> | 2021-11-16 16:35:06 -0800 |
commit | b2fbd45d2395f1f6ef39db72b7156724fc101e40 (patch) | |
tree | 7f54fa7ed22185b5f6936de731003c6e511b68ec /libc/benchmarks | |
parent | 93bf271f27439d133616815266b50db4a294e118 (diff) | |
download | llvm-b2fbd45d2395f1f6ef39db72b7156724fc101e40.zip llvm-b2fbd45d2395f1f6ef39db72b7156724fc101e40.tar.gz llvm-b2fbd45d2395f1f6ef39db72b7156724fc101e40.tar.bz2 |
Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"""
This reverts commit 1ee32055ea1dd4db70d1939cbd4f5105c2dce160.
We hit additional bot failures; in particular, Fuchsia's seems to be
related to how CMakeLists are ingested, see https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8830380874445931681/overview
Diffstat (limited to 'libc/benchmarks')
-rw-r--r-- | libc/benchmarks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/benchmarks/CMakeLists.txt b/libc/benchmarks/CMakeLists.txt index ac06e5a..01aab05 100644 --- a/libc/benchmarks/CMakeLists.txt +++ b/libc/benchmarks/CMakeLists.txt @@ -17,7 +17,7 @@ string(REPLACE ";" " " GOOGLE_BENCHMARK_TARGET_FLAGS "${GOOGLE_BENCHMARK_TARGET_ ExternalProject_Add(google-benchmark EXCLUDE_FROM_ALL ON PREFIX google-benchmark - SOURCE_DIR ${LLVM_THIRD_PARTY_DIR}/benchmark + SOURCE_DIR ${LIBC_SOURCE_DIR}/../llvm/utils/benchmark INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/google-benchmark CMAKE_CACHE_ARGS -DBUILD_SHARED_LIBS:BOOL=OFF |