[llvm] r360597 - gn build: Merge r360572
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 09:15:40 PDT 2019
Author: nico
Date: Mon May 13 09:15:40 2019
New Revision: 360597
URL: http://llvm.org/viewvc/llvm-project?rev=360597&view=rev
Log:
gn build: Merge r360572
Modified:
llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn
Modified: llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn?rev=360597&r1=360596&r2=360597&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn Mon May 13 09:15:40 2019
@@ -13,7 +13,10 @@ unittest("ASTTests") {
]
sources = [
"ASTContextParentMapTest.cpp",
+ "ASTImporterFixtures.cpp",
+ "ASTImporterGenericRedeclTest.cpp",
"ASTImporterTest.cpp",
+ "ASTImporterVisibilityTest.cpp",
"ASTTypeTraitsTest.cpp",
"ASTVectorTest.cpp",
"CommentLexer.cpp",
More information about the llvm-commits
mailing list