[all-commits] [llvm/llvm-project] c6f7b7: [benchmarks] Move libcxx's fork of google/benchmar...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Tue Nov 16 09:16:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6f7b720ecfa6db40c648eb05e319f8a817110e9
https://github.com/llvm/llvm-project/commit/c6f7b720ecfa6db40c648eb05e319f8a817110e9
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
R libcxx/utils/google-benchmark/.clang-format
R libcxx/utils/google-benchmark/.github/.libcxx-setup.sh
R libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/bug_report.md
R libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/feature_request.md
R libcxx/utils/google-benchmark/.github/workflows/bazel.yml
R libcxx/utils/google-benchmark/.github/workflows/build-and-test-perfcounters.yml
R libcxx/utils/google-benchmark/.github/workflows/build-and-test.yml
R libcxx/utils/google-benchmark/.github/workflows/pylint.yml
R libcxx/utils/google-benchmark/.github/workflows/sanitizer.yml
R libcxx/utils/google-benchmark/.github/workflows/test_bindings.yml
R libcxx/utils/google-benchmark/.gitignore
R libcxx/utils/google-benchmark/.travis.yml
R libcxx/utils/google-benchmark/.ycm_extra_conf.py
R libcxx/utils/google-benchmark/AUTHORS
R libcxx/utils/google-benchmark/BUILD.bazel
R libcxx/utils/google-benchmark/CMakeLists.txt
R libcxx/utils/google-benchmark/CONTRIBUTING.md
R libcxx/utils/google-benchmark/CONTRIBUTORS
R libcxx/utils/google-benchmark/LICENSE
R libcxx/utils/google-benchmark/README.md
R libcxx/utils/google-benchmark/WORKSPACE
R libcxx/utils/google-benchmark/_config.yml
R libcxx/utils/google-benchmark/appveyor.yml
R libcxx/utils/google-benchmark/bindings/python/BUILD
R libcxx/utils/google-benchmark/bindings/python/build_defs.bzl
R libcxx/utils/google-benchmark/bindings/python/google_benchmark/BUILD
R libcxx/utils/google-benchmark/bindings/python/google_benchmark/__init__.py
R libcxx/utils/google-benchmark/bindings/python/google_benchmark/benchmark.cc
R libcxx/utils/google-benchmark/bindings/python/google_benchmark/example.py
R libcxx/utils/google-benchmark/bindings/python/pybind11.BUILD
R libcxx/utils/google-benchmark/bindings/python/python_headers.BUILD
R libcxx/utils/google-benchmark/bindings/python/requirements.txt
R libcxx/utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake
R libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake
R libcxx/utils/google-benchmark/cmake/Config.cmake.in
R libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake
R libcxx/utils/google-benchmark/cmake/GoogleTest.cmake
R libcxx/utils/google-benchmark/cmake/GoogleTest.cmake.in
R libcxx/utils/google-benchmark/cmake/benchmark.pc.in
R libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
R libcxx/utils/google-benchmark/cmake/llvm-toolchain.cmake
R libcxx/utils/google-benchmark/cmake/posix_regex.cpp
R libcxx/utils/google-benchmark/cmake/split_list.cmake
R libcxx/utils/google-benchmark/cmake/std_regex.cpp
R libcxx/utils/google-benchmark/cmake/steady_clock.cpp
R libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp
R libcxx/utils/google-benchmark/dependencies.md
R libcxx/utils/google-benchmark/docs/AssemblyTests.md
R libcxx/utils/google-benchmark/docs/_config.yml
R libcxx/utils/google-benchmark/docs/perf_counters.md
R libcxx/utils/google-benchmark/docs/random_interleaving.md
R libcxx/utils/google-benchmark/docs/releasing.md
R libcxx/utils/google-benchmark/docs/tools.md
R libcxx/utils/google-benchmark/include/benchmark/benchmark.h
R libcxx/utils/google-benchmark/requirements.txt
R libcxx/utils/google-benchmark/setup.py
R libcxx/utils/google-benchmark/src/CMakeLists.txt
R libcxx/utils/google-benchmark/src/arraysize.h
R libcxx/utils/google-benchmark/src/benchmark.cc
R libcxx/utils/google-benchmark/src/benchmark_api_internal.cc
R libcxx/utils/google-benchmark/src/benchmark_api_internal.h
R libcxx/utils/google-benchmark/src/benchmark_main.cc
R libcxx/utils/google-benchmark/src/benchmark_name.cc
R libcxx/utils/google-benchmark/src/benchmark_register.cc
R libcxx/utils/google-benchmark/src/benchmark_register.h
R libcxx/utils/google-benchmark/src/benchmark_runner.cc
R libcxx/utils/google-benchmark/src/benchmark_runner.h
R libcxx/utils/google-benchmark/src/check.h
R libcxx/utils/google-benchmark/src/colorprint.cc
R libcxx/utils/google-benchmark/src/colorprint.h
R libcxx/utils/google-benchmark/src/commandlineflags.cc
R libcxx/utils/google-benchmark/src/commandlineflags.h
R libcxx/utils/google-benchmark/src/complexity.cc
R libcxx/utils/google-benchmark/src/complexity.h
R libcxx/utils/google-benchmark/src/console_reporter.cc
R libcxx/utils/google-benchmark/src/counter.cc
R libcxx/utils/google-benchmark/src/counter.h
R libcxx/utils/google-benchmark/src/csv_reporter.cc
R libcxx/utils/google-benchmark/src/cycleclock.h
R libcxx/utils/google-benchmark/src/internal_macros.h
R libcxx/utils/google-benchmark/src/json_reporter.cc
R libcxx/utils/google-benchmark/src/log.h
R libcxx/utils/google-benchmark/src/mutex.h
R libcxx/utils/google-benchmark/src/perf_counters.cc
R libcxx/utils/google-benchmark/src/perf_counters.h
R libcxx/utils/google-benchmark/src/re.h
R libcxx/utils/google-benchmark/src/reporter.cc
R libcxx/utils/google-benchmark/src/sleep.cc
R libcxx/utils/google-benchmark/src/sleep.h
R libcxx/utils/google-benchmark/src/statistics.cc
R libcxx/utils/google-benchmark/src/statistics.h
R libcxx/utils/google-benchmark/src/string_util.cc
R libcxx/utils/google-benchmark/src/string_util.h
R libcxx/utils/google-benchmark/src/sysinfo.cc
R libcxx/utils/google-benchmark/src/thread_manager.h
R libcxx/utils/google-benchmark/src/thread_timer.h
R libcxx/utils/google-benchmark/src/timers.cc
R libcxx/utils/google-benchmark/src/timers.h
R libcxx/utils/google-benchmark/test/AssemblyTests.cmake
R libcxx/utils/google-benchmark/test/BUILD
R libcxx/utils/google-benchmark/test/CMakeLists.txt
R libcxx/utils/google-benchmark/test/args_product_test.cc
R libcxx/utils/google-benchmark/test/basic_test.cc
R libcxx/utils/google-benchmark/test/benchmark_gtest.cc
R libcxx/utils/google-benchmark/test/benchmark_name_gtest.cc
R libcxx/utils/google-benchmark/test/benchmark_random_interleaving_gtest.cc
R libcxx/utils/google-benchmark/test/benchmark_test.cc
R libcxx/utils/google-benchmark/test/clobber_memory_assembly_test.cc
R libcxx/utils/google-benchmark/test/commandlineflags_gtest.cc
R libcxx/utils/google-benchmark/test/complexity_test.cc
R libcxx/utils/google-benchmark/test/cxx03_test.cc
R libcxx/utils/google-benchmark/test/diagnostics_test.cc
R libcxx/utils/google-benchmark/test/display_aggregates_only_test.cc
R libcxx/utils/google-benchmark/test/donotoptimize_assembly_test.cc
R libcxx/utils/google-benchmark/test/donotoptimize_test.cc
R libcxx/utils/google-benchmark/test/filter_test.cc
R libcxx/utils/google-benchmark/test/fixture_test.cc
R libcxx/utils/google-benchmark/test/internal_threading_test.cc
R libcxx/utils/google-benchmark/test/link_main_test.cc
R libcxx/utils/google-benchmark/test/map_test.cc
R libcxx/utils/google-benchmark/test/memory_manager_test.cc
R libcxx/utils/google-benchmark/test/multiple_ranges_test.cc
R libcxx/utils/google-benchmark/test/options_test.cc
R libcxx/utils/google-benchmark/test/output_test.h
R libcxx/utils/google-benchmark/test/output_test_helper.cc
R libcxx/utils/google-benchmark/test/perf_counters_gtest.cc
R libcxx/utils/google-benchmark/test/perf_counters_test.cc
R libcxx/utils/google-benchmark/test/register_benchmark_test.cc
R libcxx/utils/google-benchmark/test/repetitions_test.cc
R libcxx/utils/google-benchmark/test/report_aggregates_only_test.cc
R libcxx/utils/google-benchmark/test/reporter_output_test.cc
R libcxx/utils/google-benchmark/test/skip_with_error_test.cc
R libcxx/utils/google-benchmark/test/state_assembly_test.cc
R libcxx/utils/google-benchmark/test/statistics_gtest.cc
R libcxx/utils/google-benchmark/test/string_util_gtest.cc
R libcxx/utils/google-benchmark/test/templated_fixture_test.cc
R libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc
R libcxx/utils/google-benchmark/test/user_counters_test.cc
R libcxx/utils/google-benchmark/test/user_counters_thousands_test.cc
R libcxx/utils/google-benchmark/tools/BUILD.bazel
R libcxx/utils/google-benchmark/tools/compare.py
R libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run1.json
R libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
R libcxx/utils/google-benchmark/tools/gbench/Inputs/test2_run.json
R libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run0.json
R libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run1.json
R libcxx/utils/google-benchmark/tools/gbench/Inputs/test4_run.json
R libcxx/utils/google-benchmark/tools/gbench/__init__.py
R libcxx/utils/google-benchmark/tools/gbench/report.py
R libcxx/utils/google-benchmark/tools/gbench/util.py
R libcxx/utils/google-benchmark/tools/requirements.txt
R libcxx/utils/google-benchmark/tools/strip_asm.py
M llvm/CMakeLists.txt
R llvm/utils/benchmark/AUTHORS
R llvm/utils/benchmark/CMakeLists.txt
R llvm/utils/benchmark/CONTRIBUTING.md
R llvm/utils/benchmark/CONTRIBUTORS
R llvm/utils/benchmark/LICENSE
R llvm/utils/benchmark/README.LLVM
R llvm/utils/benchmark/README.md
R llvm/utils/benchmark/WORKSPACE
R llvm/utils/benchmark/appveyor.yml
R llvm/utils/benchmark/cmake/AddCXXCompilerFlag.cmake
R llvm/utils/benchmark/cmake/CXXFeatureCheck.cmake
R llvm/utils/benchmark/cmake/Config.cmake.in
R llvm/utils/benchmark/cmake/GetGitVersion.cmake
R llvm/utils/benchmark/cmake/HandleGTest.cmake
R llvm/utils/benchmark/cmake/Modules/FindLLVMAr.cmake
R llvm/utils/benchmark/cmake/Modules/FindLLVMNm.cmake
R llvm/utils/benchmark/cmake/Modules/FindLLVMRanLib.cmake
R llvm/utils/benchmark/cmake/benchmark.pc.in
R llvm/utils/benchmark/cmake/gnu_posix_regex.cpp
R llvm/utils/benchmark/cmake/llvm-toolchain.cmake
R llvm/utils/benchmark/cmake/posix_regex.cpp
R llvm/utils/benchmark/cmake/split_list.cmake
R llvm/utils/benchmark/cmake/std_regex.cpp
R llvm/utils/benchmark/cmake/steady_clock.cpp
R llvm/utils/benchmark/cmake/thread_safety_attributes.cpp
R llvm/utils/benchmark/docs/AssemblyTests.md
R llvm/utils/benchmark/docs/tools.md
R llvm/utils/benchmark/include/benchmark/benchmark.h
R llvm/utils/benchmark/mingw.py
R llvm/utils/benchmark/releasing.md
R llvm/utils/benchmark/src/CMakeLists.txt
R llvm/utils/benchmark/src/arraysize.h
R llvm/utils/benchmark/src/benchmark.cc
R llvm/utils/benchmark/src/benchmark_api_internal.h
R llvm/utils/benchmark/src/benchmark_main.cc
R llvm/utils/benchmark/src/benchmark_register.cc
R llvm/utils/benchmark/src/benchmark_register.h
R llvm/utils/benchmark/src/check.h
R llvm/utils/benchmark/src/colorprint.cc
R llvm/utils/benchmark/src/colorprint.h
R llvm/utils/benchmark/src/commandlineflags.cc
R llvm/utils/benchmark/src/commandlineflags.h
R llvm/utils/benchmark/src/complexity.cc
R llvm/utils/benchmark/src/complexity.h
R llvm/utils/benchmark/src/console_reporter.cc
R llvm/utils/benchmark/src/counter.cc
R llvm/utils/benchmark/src/counter.h
R llvm/utils/benchmark/src/csv_reporter.cc
R llvm/utils/benchmark/src/cycleclock.h
R llvm/utils/benchmark/src/internal_macros.h
R llvm/utils/benchmark/src/json_reporter.cc
R llvm/utils/benchmark/src/log.h
R llvm/utils/benchmark/src/mutex.h
R llvm/utils/benchmark/src/re.h
R llvm/utils/benchmark/src/reporter.cc
R llvm/utils/benchmark/src/sleep.cc
R llvm/utils/benchmark/src/sleep.h
R llvm/utils/benchmark/src/statistics.cc
R llvm/utils/benchmark/src/statistics.h
R llvm/utils/benchmark/src/string_util.cc
R llvm/utils/benchmark/src/string_util.h
R llvm/utils/benchmark/src/sysinfo.cc
R llvm/utils/benchmark/src/thread_manager.h
R llvm/utils/benchmark/src/thread_timer.h
R llvm/utils/benchmark/src/timers.cc
R llvm/utils/benchmark/src/timers.h
R llvm/utils/benchmark/test/AssemblyTests.cmake
R llvm/utils/benchmark/test/CMakeLists.txt
R llvm/utils/benchmark/test/basic_test.cc
R llvm/utils/benchmark/test/benchmark_gtest.cc
R llvm/utils/benchmark/test/benchmark_test.cc
R llvm/utils/benchmark/test/clobber_memory_assembly_test.cc
R llvm/utils/benchmark/test/complexity_test.cc
R llvm/utils/benchmark/test/cxx03_test.cc
R llvm/utils/benchmark/test/diagnostics_test.cc
R llvm/utils/benchmark/test/donotoptimize_assembly_test.cc
R llvm/utils/benchmark/test/donotoptimize_test.cc
R llvm/utils/benchmark/test/filter_test.cc
R llvm/utils/benchmark/test/fixture_test.cc
R llvm/utils/benchmark/test/link_main_test.cc
R llvm/utils/benchmark/test/map_test.cc
R llvm/utils/benchmark/test/multiple_ranges_test.cc
R llvm/utils/benchmark/test/options_test.cc
R llvm/utils/benchmark/test/output_test.h
R llvm/utils/benchmark/test/output_test_helper.cc
R llvm/utils/benchmark/test/register_benchmark_test.cc
R llvm/utils/benchmark/test/reporter_output_test.cc
R llvm/utils/benchmark/test/skip_with_error_test.cc
R llvm/utils/benchmark/test/state_assembly_test.cc
R llvm/utils/benchmark/test/statistics_gtest.cc
R llvm/utils/benchmark/test/templated_fixture_test.cc
R llvm/utils/benchmark/test/user_counters_tabular_test.cc
R llvm/utils/benchmark/test/user_counters_test.cc
R llvm/utils/benchmark/tools/compare.py
R llvm/utils/benchmark/tools/gbench/Inputs/test1_run1.json
R llvm/utils/benchmark/tools/gbench/Inputs/test1_run2.json
R llvm/utils/benchmark/tools/gbench/Inputs/test2_run.json
R llvm/utils/benchmark/tools/gbench/__init__.py
R llvm/utils/benchmark/tools/gbench/report.py
R llvm/utils/benchmark/tools/gbench/util.py
R llvm/utils/benchmark/tools/strip_asm.py
M runtimes/CMakeLists.txt
A third-party/benchmark/AUTHORS
A third-party/benchmark/BUILD.bazel
A third-party/benchmark/CMakeLists.txt
A third-party/benchmark/CONTRIBUTING.md
A third-party/benchmark/CONTRIBUTORS
A third-party/benchmark/LICENSE
A third-party/benchmark/README.md
A third-party/benchmark/WORKSPACE
A third-party/benchmark/_config.yml
A third-party/benchmark/appveyor.yml
A third-party/benchmark/bindings/python/BUILD
A third-party/benchmark/bindings/python/build_defs.bzl
A third-party/benchmark/bindings/python/google_benchmark/BUILD
A third-party/benchmark/bindings/python/google_benchmark/__init__.py
A third-party/benchmark/bindings/python/google_benchmark/benchmark.cc
A third-party/benchmark/bindings/python/google_benchmark/example.py
A third-party/benchmark/bindings/python/pybind11.BUILD
A third-party/benchmark/bindings/python/python_headers.BUILD
A third-party/benchmark/bindings/python/requirements.txt
A third-party/benchmark/cmake/AddCXXCompilerFlag.cmake
A third-party/benchmark/cmake/CXXFeatureCheck.cmake
A third-party/benchmark/cmake/Config.cmake.in
A third-party/benchmark/cmake/GetGitVersion.cmake
A third-party/benchmark/cmake/GoogleTest.cmake
A third-party/benchmark/cmake/GoogleTest.cmake.in
A third-party/benchmark/cmake/benchmark.pc.in
A third-party/benchmark/cmake/gnu_posix_regex.cpp
A third-party/benchmark/cmake/llvm-toolchain.cmake
A third-party/benchmark/cmake/posix_regex.cpp
A third-party/benchmark/cmake/split_list.cmake
A third-party/benchmark/cmake/std_regex.cpp
A third-party/benchmark/cmake/steady_clock.cpp
A third-party/benchmark/cmake/thread_safety_attributes.cpp
A third-party/benchmark/dependencies.md
A third-party/benchmark/docs/AssemblyTests.md
A third-party/benchmark/docs/_config.yml
A third-party/benchmark/docs/perf_counters.md
A third-party/benchmark/docs/random_interleaving.md
A third-party/benchmark/docs/releasing.md
A third-party/benchmark/docs/tools.md
A third-party/benchmark/include/benchmark/benchmark.h
A third-party/benchmark/requirements.txt
A third-party/benchmark/setup.py
A third-party/benchmark/src/CMakeLists.txt
A third-party/benchmark/src/arraysize.h
A third-party/benchmark/src/benchmark.cc
A third-party/benchmark/src/benchmark_api_internal.cc
A third-party/benchmark/src/benchmark_api_internal.h
A third-party/benchmark/src/benchmark_main.cc
A third-party/benchmark/src/benchmark_name.cc
A third-party/benchmark/src/benchmark_register.cc
A third-party/benchmark/src/benchmark_register.h
A third-party/benchmark/src/benchmark_runner.cc
A third-party/benchmark/src/benchmark_runner.h
A third-party/benchmark/src/check.h
A third-party/benchmark/src/colorprint.cc
A third-party/benchmark/src/colorprint.h
A third-party/benchmark/src/commandlineflags.cc
A third-party/benchmark/src/commandlineflags.h
A third-party/benchmark/src/complexity.cc
A third-party/benchmark/src/complexity.h
A third-party/benchmark/src/console_reporter.cc
A third-party/benchmark/src/counter.cc
A third-party/benchmark/src/counter.h
A third-party/benchmark/src/csv_reporter.cc
A third-party/benchmark/src/cycleclock.h
A third-party/benchmark/src/internal_macros.h
A third-party/benchmark/src/json_reporter.cc
A third-party/benchmark/src/log.h
A third-party/benchmark/src/mutex.h
A third-party/benchmark/src/perf_counters.cc
A third-party/benchmark/src/perf_counters.h
A third-party/benchmark/src/re.h
A third-party/benchmark/src/reporter.cc
A third-party/benchmark/src/sleep.cc
A third-party/benchmark/src/sleep.h
A third-party/benchmark/src/statistics.cc
A third-party/benchmark/src/statistics.h
A third-party/benchmark/src/string_util.cc
A third-party/benchmark/src/string_util.h
A third-party/benchmark/src/sysinfo.cc
A third-party/benchmark/src/thread_manager.h
A third-party/benchmark/src/thread_timer.h
A third-party/benchmark/src/timers.cc
A third-party/benchmark/src/timers.h
A third-party/benchmark/test/AssemblyTests.cmake
A third-party/benchmark/test/BUILD
A third-party/benchmark/test/CMakeLists.txt
A third-party/benchmark/test/args_product_test.cc
A third-party/benchmark/test/basic_test.cc
A third-party/benchmark/test/benchmark_gtest.cc
A third-party/benchmark/test/benchmark_name_gtest.cc
A third-party/benchmark/test/benchmark_random_interleaving_gtest.cc
A third-party/benchmark/test/benchmark_test.cc
A third-party/benchmark/test/clobber_memory_assembly_test.cc
A third-party/benchmark/test/commandlineflags_gtest.cc
A third-party/benchmark/test/complexity_test.cc
A third-party/benchmark/test/cxx03_test.cc
A third-party/benchmark/test/diagnostics_test.cc
A third-party/benchmark/test/display_aggregates_only_test.cc
A third-party/benchmark/test/donotoptimize_assembly_test.cc
A third-party/benchmark/test/donotoptimize_test.cc
A third-party/benchmark/test/filter_test.cc
A third-party/benchmark/test/fixture_test.cc
A third-party/benchmark/test/internal_threading_test.cc
A third-party/benchmark/test/link_main_test.cc
A third-party/benchmark/test/map_test.cc
A third-party/benchmark/test/memory_manager_test.cc
A third-party/benchmark/test/multiple_ranges_test.cc
A third-party/benchmark/test/options_test.cc
A third-party/benchmark/test/output_test.h
A third-party/benchmark/test/output_test_helper.cc
A third-party/benchmark/test/perf_counters_gtest.cc
A third-party/benchmark/test/perf_counters_test.cc
A third-party/benchmark/test/register_benchmark_test.cc
A third-party/benchmark/test/repetitions_test.cc
A third-party/benchmark/test/report_aggregates_only_test.cc
A third-party/benchmark/test/reporter_output_test.cc
A third-party/benchmark/test/skip_with_error_test.cc
A third-party/benchmark/test/state_assembly_test.cc
A third-party/benchmark/test/statistics_gtest.cc
A third-party/benchmark/test/string_util_gtest.cc
A third-party/benchmark/test/templated_fixture_test.cc
A third-party/benchmark/test/user_counters_tabular_test.cc
A third-party/benchmark/test/user_counters_test.cc
A third-party/benchmark/test/user_counters_thousands_test.cc
A third-party/benchmark/tools/BUILD.bazel
A third-party/benchmark/tools/compare.py
A third-party/benchmark/tools/gbench/Inputs/test1_run1.json
A third-party/benchmark/tools/gbench/Inputs/test1_run2.json
A third-party/benchmark/tools/gbench/Inputs/test2_run.json
A third-party/benchmark/tools/gbench/Inputs/test3_run0.json
A third-party/benchmark/tools/gbench/Inputs/test3_run1.json
A third-party/benchmark/tools/gbench/Inputs/test4_run.json
A third-party/benchmark/tools/gbench/__init__.py
A third-party/benchmark/tools/gbench/report.py
A third-party/benchmark/tools/gbench/util.py
A third-party/benchmark/tools/requirements.txt
A third-party/benchmark/tools/strip_asm.py
Log Message:
-----------
[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
More information about the All-commits
mailing list