[llvm] 4ffba0a - [gn build] Port 791fe26d7581

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 07:25:57 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-10-25T14:17:24Z
New Revision: 4ffba0a9beebb41116c9d3b3a8af7db829705264

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

LOG: [gn build] Port 791fe26d7581

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 a17fe06ad509b..eb4cd75a3d632 100644
--- a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
@@ -10,6 +10,7 @@ static_library("ExtractAPI") {
   ]
   sources = [
     "API.cpp",
+    "APIIgnoresList.cpp",
     "AvailabilityInfo.cpp",
     "DeclarationFragments.cpp",
     "ExtractAPIConsumer.cpp",


        


More information about the llvm-commits mailing list