[llvm] a142179 - [gn build] Port 90c5fe982222

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 03:14:07 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-05T10:08:50Z
New Revision: a1421797d8795b916fa32a3b383fa692397b28c0

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

LOG: [gn build] Port 90c5fe982222

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn
index 8f613c9664c0d..eeb35e8bda19a 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/include-cleaner/lib/BUILD.gn
@@ -15,6 +15,7 @@ static_library("lib") {
     "Analysis.cpp",
     "FindHeaders.cpp",
     "HTMLReport.cpp",
+    "IncludeSpeller.cpp",
     "LocateSymbol.cpp",
     "Record.cpp",
     "Types.cpp",


        


More information about the llvm-commits mailing list