forked from OSchip/llvm-project
[gn build] Port 5a40df6381
This commit is contained in:
parent
ebc31d2e72
commit
db494bd4e8
|
@ -9,9 +9,15 @@ unittest("ClangAnalysisFlowSensitiveTests") {
|
||||||
"//clang/lib/Analysis/FlowSensitive",
|
"//clang/lib/Analysis/FlowSensitive",
|
||||||
"//clang/lib/Basic",
|
"//clang/lib/Basic",
|
||||||
"//clang/lib/Frontend",
|
"//clang/lib/Frontend",
|
||||||
|
"//clang/lib/Lex",
|
||||||
"//clang/lib/Testing",
|
"//clang/lib/Testing",
|
||||||
"//clang/lib/Tooling",
|
"//clang/lib/Tooling",
|
||||||
"//llvm/lib/Support",
|
"//llvm/lib/Support",
|
||||||
|
"//llvm/lib/Testing/Support",
|
||||||
|
]
|
||||||
|
sources = [
|
||||||
|
"TestingSupport.cpp",
|
||||||
|
"TestingSupportTest.cpp",
|
||||||
|
"TypeErasedDataflowAnalysisTest.cpp",
|
||||||
]
|
]
|
||||||
sources = [ "TypeErasedDataflowAnalysisTest.cpp" ]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue