From eadbde32db2f87ade6a955fc8cf6d939d8320914 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 llvm-svn: 360597 --- llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 877d9d9..1edceba 100644 --- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/llvm/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.7.4