[llvm] a099bc3 - [gn build] Port 7aa8c38a9e19
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 9 13:23:18 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-04-09T20:16:19Z
New Revision: a099bc3c77e6d8e1e81ab6e4413a27c1b6ae03e7
URL: https://github.com/llvm/llvm-project/commit/a099bc3c77e6d8e1e81ab6e4413a27c1b6ae03e7
DIFF: https://github.com/llvm/llvm-project/commit/a099bc3c77e6d8e1e81ab6e4413a27c1b6ae03e7.diff
LOG: [gn build] Port 7aa8c38a9e19
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index aee4db327096f..3fb5981ef9328 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -126,6 +126,7 @@ static_library("AST") {
"ParentMapContext.cpp",
"PrintfFormatString.cpp",
"QualTypeNames.cpp",
+ "Randstruct.cpp",
"RawCommentList.cpp",
"RecordLayout.cpp",
"RecordLayoutBuilder.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
index c275553d01c96..803b9eb7eb105 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn
@@ -34,6 +34,7 @@ unittest("ASTTests") {
"EvaluateAsRValueTest.cpp",
"ExternalASTSourceTest.cpp",
"NamedDeclPrinterTest.cpp",
+ "RandstructTest.cpp",
"RecursiveASTVisitorTest.cpp",
"SizelessTypesTest.cpp",
"SourceLocationTest.cpp",
More information about the llvm-commits
mailing list