forked from OSchip/llvm-project
[gn build] Port 6e3071007b
This commit is contained in:
parent
c11fd0df64
commit
ad375ac5d2
|
@ -26,6 +26,7 @@ static_library("Analysis") {
|
|||
"ExprMutationAnalyzer.cpp",
|
||||
"IssueHash.cpp",
|
||||
"LiveVariables.cpp",
|
||||
"MacroExpansionContext.cpp",
|
||||
"ObjCNoReturn.cpp",
|
||||
"PathDiagnostic.cpp",
|
||||
"PostOrderCFGView.cpp",
|
||||
|
|
|
@ -16,5 +16,6 @@ unittest("ClangAnalysisTests") {
|
|||
"CFGTest.cpp",
|
||||
"CloneDetectionTest.cpp",
|
||||
"ExprMutationAnalyzerTest.cpp",
|
||||
"MacroExpansionContextTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue