[llvm] 35eff6c - [gn build] Port 58ec6e09abe8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 17:53:45 PST 2023


Author: LLVM GN Syncbot
Date: 2023-02-28T01:47:13Z
New Revision: 35eff6ceec66c8fa92b162039d64cdb4354c06cc

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

LOG: [gn build] Port 58ec6e09abe8

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 18b9b0099f7bb..426408af9ac6c 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -17,6 +17,7 @@ unittest("ASTTests") {
   ]
   sources = [
     "ASTContextParentMapTest.cpp",
+    "ASTExprTest.cpp",
     "ASTImporterFixtures.cpp",
     "ASTImporterGenericRedeclTest.cpp",
     "ASTImporterODRStrategiesTest.cpp",


        


More information about the llvm-commits mailing list