[llvm] 04a3f3f - [gn build] Port 6ba1b9075dc1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 02:16:07 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-14T09:08:24Z
New Revision: 04a3f3f167dbf90fb11524c00af5313c2b135ad3

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

LOG: [gn build] Port 6ba1b9075dc1

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 803b9eb7eb105..aa4f15a33230a 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -40,6 +40,7 @@ unittest("ASTTests") {
     "SourceLocationTest.cpp",
     "StmtPrinterTest.cpp",
     "StructuralEquivalenceTest.cpp",
+    "TemplateNameTest.cpp",
     "TypePrinterTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list