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