[llvm] da8bada - [gn build] Port 8a81daaa8b5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 13:47:44 PST 2020


Author: LLVM GN Syncbot
Date: 2020-01-24T21:42:43Z
New Revision: da8bada9383379ad4bdce8016dd9441d88dafeb0

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

LOG: [gn build] Port 8a81daaa8b5

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 9d44ae1aa88a..671583755902 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -114,6 +114,7 @@ static_library("AST") {
     "OSLog.cpp",
     "OpenMPClause.cpp",
     "ParentMap.cpp",
+    "ParentMapContext.cpp",
     "PrintfFormatString.cpp",
     "QualTypeNames.cpp",
     "RawCommentList.cpp",


        


More information about the llvm-commits mailing list