[clang-tools-extra] [clang-include-cleaner] Export public headers as part of the CMake target (PR #167110)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 8 02:12:32 PST 2025


================
@@ -34,6 +34,7 @@ add_clang_library(clangDaemonTweaks OBJECT
   SwapIfBranches.cpp
 
   LINK_LIBS
+  clangIncludeCleaner
----------------
vbvictor wrote:

I guess the should be alphabetical
(same with other places)

https://github.com/llvm/llvm-project/pull/167110


More information about the cfe-commits mailing list