[gn build] Port 3f0587d0c6

This commit is contained in:
LLVM GN Syncbot 2022-04-08 20:26:24 +00:00
parent 59308b4b79
commit c807141d27
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",