mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 00:14:20 +00:00
e34db46356
Differential Revision: http://reviews.llvm.org/D18233 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264179 91177308-0d34-0410-b5e6-96231b3b80d8
21 lines
361 B
CMake
21 lines
361 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
AsmParser
|
|
Core
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(AnalysisTests
|
|
AliasAnalysisTest.cpp
|
|
BlockFrequencyInfoTest.cpp
|
|
CallGraphTest.cpp
|
|
CFGTest.cpp
|
|
CGSCCPassManagerTest.cpp
|
|
LazyCallGraphTest.cpp
|
|
LoopPassManagerTest.cpp
|
|
ScalarEvolutionTest.cpp
|
|
MixedTBAATest.cpp
|
|
ValueTrackingTest.cpp
|
|
UnrollAnalyzer.cpp
|
|
)
|