[PATCH] D115684: [benchmark] Pull latest; disable -Werror

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 16:26:22 PST 2021


mtrofin updated this revision to Diff 394082.
mtrofin added a comment.
Herald added a subscriber: ormris.

spurious change in cmakelists


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115684/new/

https://reviews.llvm.org/D115684

Files:
  llvm/CMakeLists.txt
  third-party/benchmark/.clang-format
  third-party/benchmark/.clang-tidy
  third-party/benchmark/.travis.yml
  third-party/benchmark/.ycm_extra_conf.py
  third-party/benchmark/AUTHORS
  third-party/benchmark/BUILD.bazel
  third-party/benchmark/CMakeLists.txt
  third-party/benchmark/CONTRIBUTORS
  third-party/benchmark/README.md
  third-party/benchmark/WORKSPACE
  third-party/benchmark/bindings/python/google_benchmark/benchmark.cc
  third-party/benchmark/bindings/python/google_benchmark/example.py
  third-party/benchmark/cmake/Config.cmake.in
  third-party/benchmark/cmake/GoogleTest.cmake
  third-party/benchmark/cmake/GoogleTest.cmake.in
  third-party/benchmark/cmake/Modules/FindLLVMAr.cmake
  third-party/benchmark/cmake/Modules/FindLLVMNm.cmake
  third-party/benchmark/cmake/Modules/FindLLVMRanLib.cmake
  third-party/benchmark/cmake/Modules/FindPFM.cmake
  third-party/benchmark/dependencies.md
  third-party/benchmark/docs/_config.yml
  third-party/benchmark/docs/dependencies.md
  third-party/benchmark/docs/index.md
  third-party/benchmark/docs/platform_specific_build_instructions.md
  third-party/benchmark/docs/releasing.md
  third-party/benchmark/docs/user_guide.md
  third-party/benchmark/include/benchmark/benchmark.h
  third-party/benchmark/requirements.txt
  third-party/benchmark/setup.py
  third-party/benchmark/src/CMakeLists.txt
  third-party/benchmark/src/benchmark.cc
  third-party/benchmark/src/benchmark_api_internal.cc
  third-party/benchmark/src/benchmark_api_internal.h
  third-party/benchmark/src/benchmark_register.cc
  third-party/benchmark/src/benchmark_register.h
  third-party/benchmark/src/benchmark_runner.cc
  third-party/benchmark/src/benchmark_runner.h
  third-party/benchmark/src/check.h
  third-party/benchmark/src/colorprint.cc
  third-party/benchmark/src/commandlineflags.cc
  third-party/benchmark/src/commandlineflags.h
  third-party/benchmark/src/complexity.cc
  third-party/benchmark/src/console_reporter.cc
  third-party/benchmark/src/csv_reporter.cc
  third-party/benchmark/src/cycleclock.h
  third-party/benchmark/src/json_reporter.cc
  third-party/benchmark/src/log.h
  third-party/benchmark/src/mutex.h
  third-party/benchmark/src/perf_counters.cc
  third-party/benchmark/src/perf_counters.h
  third-party/benchmark/src/re.h
  third-party/benchmark/src/reporter.cc
  third-party/benchmark/src/sleep.cc
  third-party/benchmark/src/statistics.cc
  third-party/benchmark/src/statistics.h
  third-party/benchmark/src/string_util.cc
  third-party/benchmark/src/string_util.h
  third-party/benchmark/src/sysinfo.cc
  third-party/benchmark/src/thread_manager.h
  third-party/benchmark/src/thread_timer.h
  third-party/benchmark/src/timers.cc
  third-party/benchmark/test/BUILD
  third-party/benchmark/test/CMakeLists.txt
  third-party/benchmark/test/args_product_test.cc
  third-party/benchmark/test/basic_test.cc
  third-party/benchmark/test/benchmark_random_interleaving_gtest.cc
  third-party/benchmark/test/benchmark_setup_teardown_test.cc
  third-party/benchmark/test/benchmark_test.cc
  third-party/benchmark/test/clobber_memory_assembly_test.cc
  third-party/benchmark/test/complexity_test.cc
  third-party/benchmark/test/cxx03_test.cc
  third-party/benchmark/test/diagnostics_test.cc
  third-party/benchmark/test/display_aggregates_only_test.cc
  third-party/benchmark/test/donotoptimize_assembly_test.cc
  third-party/benchmark/test/donotoptimize_test.cc
  third-party/benchmark/test/filter_test.cc
  third-party/benchmark/test/fixture_test.cc
  third-party/benchmark/test/internal_threading_test.cc
  third-party/benchmark/test/map_test.cc
  third-party/benchmark/test/multiple_ranges_test.cc
  third-party/benchmark/test/options_test.cc
  third-party/benchmark/test/output_test.h
  third-party/benchmark/test/output_test_helper.cc
  third-party/benchmark/test/perf_counters_gtest.cc
  third-party/benchmark/test/perf_counters_test.cc
  third-party/benchmark/test/register_benchmark_test.cc
  third-party/benchmark/test/repetitions_test.cc
  third-party/benchmark/test/report_aggregates_only_test.cc
  third-party/benchmark/test/reporter_output_test.cc
  third-party/benchmark/test/skip_with_error_test.cc
  third-party/benchmark/test/spec_arg_test.cc
  third-party/benchmark/test/statistics_gtest.cc
  third-party/benchmark/test/string_util_gtest.cc
  third-party/benchmark/test/templated_fixture_test.cc
  third-party/benchmark/test/user_counters_tabular_test.cc
  third-party/benchmark/test/user_counters_test.cc
  third-party/benchmark/test/user_counters_thousands_test.cc
  third-party/benchmark/tools/gbench/Inputs/test4_run0.json
  third-party/benchmark/tools/gbench/Inputs/test4_run1.json
  third-party/benchmark/tools/gbench/report.py
  third-party/update_benchmark.sh

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115684.394082.patch
Type: text/x-patch
Size: 313736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/461ae0a6/attachment-0001.bin>


More information about the llvm-commits mailing list