[llvm] 9764eb9 - [gn build] Port 0478720157f
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 7 03:34:30 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-09-07T10:32:22Z
New Revision: 9764eb9212c598f165e9d7dfeb273b74f7777a41
URL: https://github.com/llvm/llvm-project/commit/9764eb9212c598f165e9d7dfeb273b74f7777a41
DIFF: https://github.com/llvm/llvm-project/commit/9764eb9212c598f165e9d7dfeb273b74f7777a41.diff
LOG: [gn build] Port 0478720157f
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 f25ead00165c..fd24f89aa187 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -15,6 +15,7 @@ unittest("ASTTests") {
]
sources = [
"ASTContextParentMapTest.cpp",
+ "ASTDumpTest.cpp",
"ASTImporterFixtures.cpp",
"ASTImporterGenericRedeclTest.cpp",
"ASTImporterODRStrategiesTest.cpp",
More information about the llvm-commits
mailing list