From c807141d27e6e60bf5829009c5af195f38205966 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Fri, 8 Apr 2022 20:26:24 +0000 Subject: [PATCH] [gn build] Port 3f0587d0c668 --- llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn | 1 + llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn index aee4db3..3fb5981 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 c275553..803b9eb 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", -- 2.7.4