mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
0f47538f64
Differential Revision: http://reviews.llvm.org/D18233 llvm-svn: 264179
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
|
|
)
|