[llvm] dbf1557 - [gn build] Port 95f0f69f1ff8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 03:07:31 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-12T09:55:37Z
New Revision: dbf155735991d2495e929c38aeebd59c69552ecd

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

LOG: [gn build] Port 95f0f69f1ff8

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


        


More information about the llvm-commits mailing list