[all-commits] [llvm/llvm-project] 197de7: [clang-doc] create a separate cmake file for clang...

Erick Velez via All-commits all-commits at lists.llvm.org
Fri Oct 31 20:39:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 197de78fd96825efd7e6d323beef59b6b8c97480
      https://github.com/llvm/llvm-project/commit/197de78fd96825efd7e6d323beef59b6b8c97480
  Author: Erick Velez <erickvelez7 at gmail.com>
  Date:   2025-10-31 (Fri, 31 Oct 2025)

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

  Log Message:
  -----------
  [clang-doc] create a separate cmake file for clang-doc's lit tests (#165935)

To avoid depending on all of the tools in clang-tools-extra, the
`check-clang-extra-clang-doc` target is specialized in its own CMake
file in clang-tools-extra/test/clang-doc. This eliminates around 800
files to be processed when building that target, plus linking every
tool. Similar to [#155929](https://github.com/llvm/llvm-project/pull/155929).



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