9 lines
106 B
CMake
Raw Normal View History

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