forked from OSchip/llvm-project
[gn build] Port 7aa8c38a9e
This commit is contained in:
parent
7aa8c38a9e
commit
a099bc3c77
|
@ -126,6 +126,7 @@ static_library("AST") {
|
|||
"ParentMapContext.cpp",
|
||||
"PrintfFormatString.cpp",
|
||||
"QualTypeNames.cpp",
|
||||
"Randstruct.cpp",
|
||||
"RawCommentList.cpp",
|
||||
"RecordLayout.cpp",
|
||||
"RecordLayoutBuilder.cpp",
|
||||
|
|
|
@ -34,6 +34,7 @@ unittest("ASTTests") {
|
|||
"EvaluateAsRValueTest.cpp",
|
||||
"ExternalASTSourceTest.cpp",
|
||||
"NamedDeclPrinterTest.cpp",
|
||||
"RandstructTest.cpp",
|
||||
"RecursiveASTVisitorTest.cpp",
|
||||
"SizelessTypesTest.cpp",
|
||||
"SourceLocationTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue