[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", "ParentMapContext.cpp",
"PrintfFormatString.cpp", "PrintfFormatString.cpp",
"QualTypeNames.cpp", "QualTypeNames.cpp",
"Randstruct.cpp",
"RawCommentList.cpp", "RawCommentList.cpp",
"RecordLayout.cpp", "RecordLayout.cpp",
"RecordLayoutBuilder.cpp", "RecordLayoutBuilder.cpp",

View File

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