Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d85260827ce64ae0e8a24a57aa48e7898b51e90d
/
.
/
llvm
/
unittests
/
Analysis
/
CMakeLists.txt
blob: 84548609edeabf570489dd884956df9bc11d989b [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
Core
Support
)
add_llvm_unittest(AnalysisTests
CFGTest.cpp
LazyCallGraphTest.cpp
ScalarEvolutionTest.cpp
MixedTBAATest.cpp
)