[llvm] 308d40f - [gn build] Port 274907c0a4d6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 06:03:48 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-03-23T13:01:57Z
New Revision: 308d40fe66f25b99b93ddc050445b2e036b659fd

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

LOG: [gn build] Port 274907c0a4d6

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 f25ead00165c..a2f782d06e71 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -18,6 +18,7 @@ unittest("ASTTests") {
     "ASTImporterFixtures.cpp",
     "ASTImporterGenericRedeclTest.cpp",
     "ASTImporterODRStrategiesTest.cpp",
+    "ASTImporterObjCTest.cpp",
     "ASTImporterTest.cpp",
     "ASTImporterVisibilityTest.cpp",
     "ASTTraverserTest.cpp",


        


More information about the llvm-commits mailing list