[llvm] 0cd8348 - [gn build] Port 8d1b1c9b97de

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 08:14:50 PST 2024


Author: LLVM GN Syncbot
Date: 2024-01-31T16:07:23Z
New Revision: 0cd83486c0a0973e2242926c7cc3ef561021e3b2

URL: https://github.com/llvm/llvm-project/commit/0cd83486c0a0973e2242926c7cc3ef561021e3b2
DIFF: https://github.com/llvm/llvm-project/commit/0cd83486c0a0973e2242926c7cc3ef561021e3b2.diff

LOG: [gn build] Port 8d1b1c9b97de

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 85b6d6d8e1c7d..1fb3d621275ed 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",
+    "ASTDumperTest.cpp",
     "ASTExprTest.cpp",
     "ASTImporterFixtures.cpp",
     "ASTImporterGenericRedeclTest.cpp",


        


More information about the llvm-commits mailing list