Skip to content

Commit c6f7b72

Browse files
committed
[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'
under third-party This change: - moves the libcxx copy of `google/benchmark` to `third-party/benchmkark` - points the 2 uses of the library (libcxx and llvm/utils) to this copy We picked the licxx copy because it is the most up to date. Differential Revision: https://reviews.llvm.org/D112012
1 parent 948b36d commit c6f7b72

File tree

256 files changed

+8
-14956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+8
-14956
lines changed

libcxx/benchmarks/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ExternalProject_Add(google-benchmark-libcxx
4141
EXCLUDE_FROM_ALL ON
4242
DEPENDS cxx cxx-headers
4343
PREFIX benchmark-libcxx
44-
SOURCE_DIR ${LIBCXX_SOURCE_DIR}/utils/google-benchmark
44+
SOURCE_DIR ${LLVM_THIRD_PARTY_DIR}/benchmark
4545
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-libcxx
4646
CMAKE_CACHE_ARGS
4747
-DCMAKE_C_COMPILER:STRING=${CMAKE_C_COMPILER}
@@ -66,7 +66,7 @@ if (LIBCXX_BENCHMARK_NATIVE_STDLIB)
6666
ExternalProject_Add(google-benchmark-native
6767
EXCLUDE_FROM_ALL ON
6868
PREFIX benchmark-native
69-
SOURCE_DIR ${LIBCXX_SOURCE_DIR}/utils/google-benchmark
69+
SOURCE_DIR ${LLVM_THIRD_PARTY_DIR}/benchmark
7070
INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native
7171
CMAKE_CACHE_ARGS
7272
-DCMAKE_C_COMPILER:STRING=${CMAKE_C_COMPILER}

libcxx/utils/google-benchmark/.clang-format

-5
This file was deleted.

libcxx/utils/google-benchmark/.github/.libcxx-setup.sh

-24
This file was deleted.

libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/bug_report.md

-32
This file was deleted.

libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.

libcxx/utils/google-benchmark/.github/workflows/bazel.yml

-30
This file was deleted.

libcxx/utils/google-benchmark/.github/workflows/build-and-test-perfcounters.yml

-44
This file was deleted.

libcxx/utils/google-benchmark/.github/workflows/build-and-test.yml

-110
This file was deleted.

libcxx/utils/google-benchmark/.github/workflows/pylint.yml

-26
This file was deleted.

libcxx/utils/google-benchmark/.github/workflows/sanitizer.yml

-78
This file was deleted.

0 commit comments

Comments
 (0)