diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-05-13 16:15:40 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-05-13 16:15:40 +0000 |
commit | eadbde32db2f87ade6a955fc8cf6d939d8320914 (patch) | |
tree | 444d853dd11273ad3c948dfd4c450b3e295166b5 | |
parent | 73aee29095fa5715a73b900c7cc223534504b770 (diff) | |
download | bcm5719-llvm-eadbde32db2f87ade6a955fc8cf6d939d8320914.tar.gz bcm5719-llvm-eadbde32db2f87ade6a955fc8cf6d939d8320914.zip |
gn build: Merge r360572
llvm-svn: 360597
-rw-r--r-- | llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn index 877d9d94c64..1edceba4de2 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", |