[PATCH] D97693: [libclang] Remove LIBCLANG_INCLUDE_CLANG_TOOLS_EXTRA

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 1 08:36:43 PST 2021


thakis created this revision.
thakis added a reviewer: hans.
Herald added subscribers: arphaman, mgorny.
thakis requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

LIBCLANG_INCLUDE_CLANG_TOOLS_EXTRA causes clang-tools-extra tools
to be included in libclang, which caused a dependency cycle. The option
has been off by default for two releases now, and (based on a web search
and mailing list feedback) nobody seems to turn it on. Remove it, like
planned on https://reviews.llvm.org/D79599


https://reviews.llvm.org/D97693

Files:
  clang-tools-extra/test/CMakeLists.txt
  clang-tools-extra/test/clang-tidy/infrastructure/nolint-plugin.cpp
  clang-tools-extra/test/clang-tidy/infrastructure/nolintnextline-plugin.cpp
  clang-tools-extra/test/lit.site.cfg.py.in
  clang/docs/ReleaseNotes.rst
  clang/tools/libclang/CIndex.cpp
  clang/tools/libclang/CMakeLists.txt
  llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
  llvm/utils/gn/secondary/clang/tools/libclang/BUILD.gn
  llvm/utils/gn/secondary/clang/tools/libclang/include_clang_tools_extra.gni

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97693.327127.patch
Type: text/x-patch
Size: 9665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210301/06698146/attachment.bin>


More information about the cfe-commits mailing list