[all-commits] [llvm/llvm-project] 4e2660: [clang-doc] Cleanup CMake files and ensure benchma...

Paul Kirth via All-commits all-commits at lists.llvm.org
Mon Mar 9 10:31:49 PDT 2026


  Branch: refs/heads/users/ilovepi/cd-cmake-cleanup
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e26602cd8d15145aafc6c008fcba81c5e75d610
      https://github.com/llvm/llvm-project/commit/4e26602cd8d15145aafc6c008fcba81c5e75d610
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/benchmarks/CMakeLists.txt
    M clang-tools-extra/test/clang-doc/CMakeLists.txt

  Log Message:
  -----------
  [clang-doc] Cleanup CMake files and ensure benchmarks build

There's some poor formatting, and ClangDocBenchmark references several
targets that are required, but only because they're required for
clang-doc itself. We can just get those requirements from the clangDoc
target.

Additionally, we can make sure the benchmark builds as part of testing
when LLVM_INCLUDE_BENCHMARKS is set.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list