mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
8 lines
103 B
CMake
8 lines
103 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Analysis
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(AnalysisTests
|
||
|
ScalarEvolutionTest.cpp
|
||
|
)
|