730d83b838fb6cb4128a6db5b5a06edf08ad3759
[oota-llvm.git] / unittests / Transforms / Utils / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   TransformUtils
3   )
4
5 add_llvm_unittest(UtilsTests
6   Cloning.cpp
7   IntegerDivision.cpp
8   Local.cpp
9   )