[llvm] dbd80d7 - [gn build] Port 5a5be4044f0b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 01:55:50 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-12T08:49:06Z
New Revision: dbd80d7d27866a6ca709e032394985a3cb0fcadf

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

LOG: [gn build] Port 5a5be4044f0b

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