gn build: Merge r357326

llvm-svn: 357357
This commit is contained in:
Nico Weber 2019-03-31 00:01:24 +00:00
parent a28ee7ec4f
commit ec04b0727c
2 changed files with 1 additions and 1 deletions

View File

@ -96,6 +96,7 @@ static_library("Checkers") {
"StackAddrEscapeChecker.cpp",
"StdLibraryFunctionsChecker.cpp",
"StreamChecker.cpp",
"Taint.cpp",
"TaintTesterChecker.cpp",
"TestAfterDivZeroChecker.cpp",
"TraversalChecker.cpp",

View File

@ -57,7 +57,6 @@ static_library("Core") {
"Store.cpp",
"SubEngine.cpp",
"SymbolManager.cpp",
"TaintManager.cpp",
"WorkList.cpp",
]
}