llvm-project/llvm/unittests/Transforms/Utils/CMakeLists.txt

17 lines
260 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
Support
TransformUtils
)
add_llvm_unittest(UtilsTests
ASanStackFrameLayoutTest.cpp
Cloning.cpp
FunctionComparator.cpp
IntegerDivision.cpp
Local.cpp
OrderedInstructions.cpp
ValueMapperTest.cpp
)