[llvm] r361055 - gn build: Merge r361033
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 10:36:06 PDT 2019
Author: nico
Date: Fri May 17 10:36:06 2019
New Revision: 361055
URL: http://llvm.org/viewvc/llvm-project?rev=361055&view=rev
Log:
gn build: Merge r361033
Modified:
llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn
Modified: llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn?rev=361055&r1=361054&r2=361055&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn Fri May 17 10:36:06 2019
@@ -17,6 +17,7 @@ unittest("ASTTests") {
"ASTImporterGenericRedeclTest.cpp",
"ASTImporterTest.cpp",
"ASTImporterVisibilityTest.cpp",
+ "ASTTraverserTest.cpp",
"ASTTypeTraitsTest.cpp",
"ASTVectorTest.cpp",
"CommentLexer.cpp",
More information about the llvm-commits
mailing list