[llvm] 3b59b3e - [gn build] Port 897cc8a7d7c0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 00:24:47 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-26T07:18:32Z
New Revision: 3b59b3ef449d8296ed5ac09631ca383e139ec700

URL: https://github.com/llvm/llvm-project/commit/3b59b3ef449d8296ed5ac09631ca383e139ec700
DIFF: https://github.com/llvm/llvm-project/commit/3b59b3ef449d8296ed5ac09631ca383e139ec700.diff

LOG: [gn build] Port 897cc8a7d7c0

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
index e784b39cd0f180f..43f8b886f9b9770 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
@@ -44,6 +44,7 @@ unittest("ToolingTests") {
     "RecursiveASTVisitorTestPostOrderVisitor.cpp",
     "RecursiveASTVisitorTestTypeLocVisitor.cpp",
     "RecursiveASTVisitorTests/Attr.cpp",
+    "RecursiveASTVisitorTests/BitfieldInitializer.cpp",
     "RecursiveASTVisitorTests/CXXBoolLiteralExpr.cpp",
     "RecursiveASTVisitorTests/CXXMemberCall.cpp",
     "RecursiveASTVisitorTests/CXXMethodDecl.cpp",


        


More information about the llvm-commits mailing list