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