[llvm] d795f96 - [gn build] Port 2e4a20fd706
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 00:46:33 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-08-14T07:42:49Z
New Revision: d795f968d92ddc517d2f56725bc12fd096ac5537
URL: https://github.com/llvm/llvm-project/commit/d795f968d92ddc517d2f56725bc12fd096ac5537
DIFF: https://github.com/llvm/llvm-project/commit/d795f968d92ddc517d2f56725bc12fd096ac5537.diff
LOG: [gn build] Port 2e4a20fd706
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn
index f2e13288dbc0..d6072517391f 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/BUILD.gn
@@ -19,5 +19,6 @@ unittest("SyntaxTests") {
"BuildTreeTest.cpp",
"MutationsTest.cpp",
"TokensTest.cpp",
+ "TreeTestBase.cpp",
]
}
More information about the llvm-commits
mailing list