From 8b49915aa9f007628674a4aa5d53faf640e6d50c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 13 May 2019 16:15:40 +0000 Subject: [PATCH] gn build: Merge r360572 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360597 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/clang/unittests/AST/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) 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", -- 2.50.1