[PATCH] D111100: enable plugins for clang-tidy

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 29 17:15:01 PST 2022


phosek added a comment.

We started seeing CMake error after this change landed:

  CMake Error at cmake/modules/AddLLVM.cmake:683 (add_dependencies):
    The dependency target "clang-tidy-headers" of target "CTTestTidyModule"
    does not exist.
  Call Stack (most recent call first):
    /b/s/w/ir/x/w/llvm-llvm-project/clang-tools-extra/test/CMakeLists.txt:82 (llvm_add_library)

Would it be possible to revert it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111100



More information about the cfe-commits mailing list