[llvm] c807141 - [gn build] Port 3f0587d0c668
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 13:34:57 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-04-08T20:26:24Z
New Revision: c807141d27e6e60bf5829009c5af195f38205966
URL: https://github.com/llvm/llvm-project/commit/c807141d27e6e60bf5829009c5af195f38205966
DIFF: https://github.com/llvm/llvm-project/commit/c807141d27e6e60bf5829009c5af195f38205966.diff
LOG: [gn build] Port 3f0587d0c668
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