[llvm] 6330447 - [gn build] Port 3be6c4d413f6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 11:54:59 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-29T18:50:19Z
New Revision: 6330447c2509c3669d64ae753c8030be1a38dc72

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

LOG: [gn build] Port 3be6c4d413f6

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
index cd0b98129699c..2e27713c4b0bc 100644
--- a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
@@ -15,6 +15,7 @@ static_library("ExtractAPI") {
     "AvailabilityInfo.cpp",
     "DeclarationFragments.cpp",
     "ExtractAPIConsumer.cpp",
+    "ExtractAPIVisitor.cpp",
     "Serialization/SerializerBase.cpp",
     "Serialization/SymbolGraphSerializer.cpp",
     "TypedefUnderlyingTypeResolver.cpp",


        


More information about the llvm-commits mailing list