forked from OSchip/llvm-project
[gn build] Port 3f0587d0c6
This commit is contained in:
parent
59308b4b79
commit
c807141d27
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue