16 lines
225 B
CMake
16 lines
225 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Analysis
|
||
|
Core
|
||
|
Support
|
||
|
TransformUtils
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(UtilsTests
|
||
|
ASanStackFrameLayoutTest.cpp
|
||
|
Cloning.cpp
|
||
|
IntegerDivision.cpp
|
||
|
Local.cpp
|
||
|
MemorySSA.cpp
|
||
|
ValueMapperTest.cpp
|
||
|
)
|