[llvm] r372581 - gn build: Merge r372564

GN Sync Bot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 04:08:25 PDT 2019


Author: gnsyncbot
Date: Mon Sep 23 04:08:25 2019
New Revision: 372581

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

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=372581&r1=372580&r2=372581&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn Mon Sep 23 04:08:25 2019
@@ -15,6 +15,7 @@ unittest("ASTTests") {
     "ASTContextParentMapTest.cpp",
     "ASTImporterFixtures.cpp",
     "ASTImporterGenericRedeclTest.cpp",
+    "ASTImporterODRStrategiesTest.cpp",
     "ASTImporterTest.cpp",
     "ASTImporterVisibilityTest.cpp",
     "ASTTraverserTest.cpp",




More information about the llvm-commits mailing list