[llvm] 5e65d38 - [gn build] Port 0741a2c9cac
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 06:58:28 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-10-09T13:54:24Z
New Revision: 5e65d384a2ea6c9ef3009ad958a6ec281bdb52c7
URL: https://github.com/llvm/llvm-project/commit/5e65d384a2ea6c9ef3009ad958a6ec281bdb52c7
DIFF: https://github.com/llvm/llvm-project/commit/5e65d384a2ea6c9ef3009ad958a6ec281bdb52c7.diff
LOG: [gn build] Port 0741a2c9cac
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 6f3b5d43e673..09215087e41d 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
@@ -41,7 +41,11 @@ unittest("ToolingTests") {
"RecursiveASTVisitorTests/CXXMemberCall.cpp",
"RecursiveASTVisitorTests/CXXMethodDecl.cpp",
"RecursiveASTVisitorTests/CXXOperatorCallExprTraverser.cpp",
- "RecursiveASTVisitorTests/Callbacks.cpp",
+ "RecursiveASTVisitorTests/CallbacksBinaryOperator.cpp",
+ "RecursiveASTVisitorTests/CallbacksCallExpr.cpp",
+ "RecursiveASTVisitorTests/CallbacksCompoundAssignOperator.cpp",
+ "RecursiveASTVisitorTests/CallbacksLeaf.cpp",
+ "RecursiveASTVisitorTests/CallbacksUnaryOperator.cpp",
"RecursiveASTVisitorTests/Class.cpp",
"RecursiveASTVisitorTests/Concept.cpp",
"RecursiveASTVisitorTests/ConstructExpr.cpp",
More information about the llvm-commits
mailing list