[llvm] 2ebf326 - [gn build] Port b1d946cbf780

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 12:51:00 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-26T20:46:39Z
New Revision: 2ebf3263e7a5b9c9be6bee284c1bc30dad38ca88

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

LOG: [gn build] Port b1d946cbf780

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn
index 86559329127e2..a362529e6b818 100644
--- a/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn
@@ -29,6 +29,7 @@ static_library("Frontend") {
     "DependencyFile.cpp",
     "DependencyGraph.cpp",
     "DiagnosticRenderer.cpp",
+    "ExtractAPIConsumer.cpp",
     "FrontendAction.cpp",
     "FrontendActions.cpp",
     "FrontendOptions.cpp",


        


More information about the llvm-commits mailing list