[llvm] 49289bd - [gn build] Port 08b289867b5a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 14:37:11 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-19T21:33:24Z
New Revision: 49289bd9435782ec43ff37affdd678572eaf7986

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

LOG: [gn build] Port 08b289867b5a

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 a2f782d06e719..127542d829f04 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -38,5 +38,6 @@ unittest("ASTTests") {
     "SourceLocationTest.cpp",
     "StmtPrinterTest.cpp",
     "StructuralEquivalenceTest.cpp",
+    "TypePrinterTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list