[llvm] 56d1f31 - [gn build] Port 81aa66f65f5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 7 03:29:35 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-09-07T10:25:26Z
New Revision: 56d1f3138b532f4e195a5aaba9ea65a8bcb8adb4

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

LOG: [gn build] Port 81aa66f65f5

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 4d645799dbf6..bb3d69d046be 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -81,6 +81,7 @@ static_library("AST") {
     "ExternalASTMerger.cpp",
     "ExternalASTSource.cpp",
     "FormatString.cpp",
+    "IgnoreExpr.cpp",
     "InheritViz.cpp",
     "Interp/ByteCodeEmitter.cpp",
     "Interp/ByteCodeExprGen.cpp",


        


More information about the llvm-commits mailing list