forked from OSchip/llvm-project
parent
a28ee7ec4f
commit
ec04b0727c
|
@ -96,6 +96,7 @@ static_library("Checkers") {
|
|||
"StackAddrEscapeChecker.cpp",
|
||||
"StdLibraryFunctionsChecker.cpp",
|
||||
"StreamChecker.cpp",
|
||||
"Taint.cpp",
|
||||
"TaintTesterChecker.cpp",
|
||||
"TestAfterDivZeroChecker.cpp",
|
||||
"TraversalChecker.cpp",
|
||||
|
|
|
@ -57,7 +57,6 @@ static_library("Core") {
|
|||
"Store.cpp",
|
||||
"SubEngine.cpp",
|
||||
"SymbolManager.cpp",
|
||||
"TaintManager.cpp",
|
||||
"WorkList.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue