[llvm] r361121 - gn build: Merge r361117

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 17:51:16 PDT 2019


Author: nico
Date: Sun May 19 17:51:16 2019
New Revision: 361121

URL: http://llvm.org/viewvc/llvm-project?rev=361121&view=rev
Log:
gn build: Merge r361117

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=361121&r1=361120&r2=361121&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn Sun May 19 17:51:16 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