[gn build] Port 7aa8c38a9e

This commit is contained in:
LLVM GN Syncbot 2022-04-09 20:16:19 +00:00
parent 7aa8c38a9e
commit a099bc3c77
2 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,7 @@ static_library("AST") {
"ParentMapContext.cpp",
"PrintfFormatString.cpp",
"QualTypeNames.cpp",
"Randstruct.cpp",
"RawCommentList.cpp",
"RecordLayout.cpp",
"RecordLayoutBuilder.cpp",

View File

@ -34,6 +34,7 @@ unittest("ASTTests") {
"EvaluateAsRValueTest.cpp",
"ExternalASTSourceTest.cpp",
"NamedDeclPrinterTest.cpp",
"RandstructTest.cpp",
"RecursiveASTVisitorTest.cpp",
"SizelessTypesTest.cpp",
"SourceLocationTest.cpp",