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

10 lines
128 B
CMake

set(LLVM_LINK_COMPONENTS
TransformUtils
)
add_llvm_unittest(UtilsTests
Cloning.cpp
IntegerDivision.cpp
Local.cpp
)