[llvm] 7e4cfcd - [gn build] Port dd46a08008f7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 02:17:52 PST 2022


Author: LLVM GN Syncbot
Date: 2022-11-14T10:12:18Z
New Revision: 7e4cfcdb6f701e8ab08256686408b3c2b99d4fc8

URL: https://github.com/llvm/llvm-project/commit/7e4cfcdb6f701e8ab08256686408b3c2b99d4fc8
DIFF: https://github.com/llvm/llvm-project/commit/7e4cfcdb6f701e8ab08256686408b3c2b99d4fc8.diff

LOG: [gn build] Port dd46a08008f7

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn
    llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn
index 419c615da2ee2..b069c78415553 100644
--- a/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Tooling/Inclusions/BUILD.gn
@@ -9,6 +9,7 @@ static_library("Inclusions") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "HeaderAnalysis.cpp",
     "HeaderIncludes.cpp",
     "IncludeStyle.cpp",
   ]

diff  --git a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
index ab65370589759..7ccf972305d0d 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
@@ -32,6 +32,7 @@ unittest("ToolingTests") {
     "DiagnosticsYamlTest.cpp",
     "ExecutionTest.cpp",
     "FixItTest.cpp",
+    "HeaderAnalysisTest.cpp",
     "HeaderIncludesTest.cpp",
     "LexicallyOrderedRecursiveASTVisitorTest.cpp",
     "LookupTest.cpp",


        


More information about the llvm-commits mailing list