[llvm] bee10b0 - [gn build] Port 3e7350f3173b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 16:05:49 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-09-07T23:00:39Z
New Revision: bee10b07c308df9195601fae3ade79e6d5697055

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

LOG: [gn build] Port 3e7350f3173b

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index 3fb5981ef9328..b4cb9ac1d11ff 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -119,6 +119,7 @@ static_library("AST") {
     "MicrosoftMangle.cpp",
     "NSAPI.cpp",
     "NestedNameSpecifier.cpp",
+    "ODRDiagsEmitter.cpp",
     "ODRHash.cpp",
     "OSLog.cpp",
     "OpenMPClause.cpp",


        


More information about the llvm-commits mailing list