From: Nico Weber Date: Mon, 13 May 2019 16:15:40 +0000 (+0000) Subject: gn build: Merge r360572 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b49915aa9f007628674a4aa5d53faf640e6d50c;p=llvm gn build: Merge r360572 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360597 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 877d9d94c64..1edceba4de2 100644 --- a/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/utils/gn/secondary/clang/unittests/AST/BUILD.gn @@ -13,7 +13,10 @@ unittest("ASTTests") { ] sources = [ "ASTContextParentMapTest.cpp", + "ASTImporterFixtures.cpp", + "ASTImporterGenericRedeclTest.cpp", "ASTImporterTest.cpp", + "ASTImporterVisibilityTest.cpp", "ASTTypeTraitsTest.cpp", "ASTVectorTest.cpp", "CommentLexer.cpp",