[llvm] b93dd67 - [gn build] Port fa8080376e7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 09:39:38 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-03-12T16:33:39Z
New Revision: b93dd6779775d38db11e633cce2fc1be5ff7789a

URL: https://github.com/llvm/llvm-project/commit/b93dd6779775d38db11e633cce2fc1be5ff7789a
DIFF: https://github.com/llvm/llvm-project/commit/b93dd6779775d38db11e633cce2fc1be5ff7789a.diff

LOG: [gn build] Port fa8080376e7

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
index 9b839360351f..7ad74bf9e0c1 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -32,6 +32,7 @@ unittest("ASTTests") {
     "Language.cpp",
     "NamedDeclPrinterTest.cpp",
     "RecursiveASTVisitorTest.cpp",
+    "SizelessTypesTest.cpp",
     "SourceLocationTest.cpp",
     "StmtPrinterTest.cpp",
     "StructuralEquivalenceTest.cpp",


        


More information about the llvm-commits mailing list