[gn] port 939dce12f9f3 (clangd uses include-cleaner) more
authorNico Weber <thakis@chromium.org>
Thu, 19 Jan 2023 14:01:29 +0000 (09:01 -0500)
committerNico Weber <thakis@chromium.org>
Thu, 19 Jan 2023 14:01:29 +0000 (09:01 -0500)
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

index a7ab1be..e65b2e7 100644 (file)
@@ -36,6 +36,9 @@ unittest("ClangdTests") {
     ".",
     "//clang-tools-extra/clangd",
 
+    # For "clang-include-cleaner/..." includes.
+    "//clang-tools-extra/include-cleaner/include",
+
     # To pick up the generated inc files.
     "$target_gen_dir/../../clangd/tool",