365bfbb0bf0393eee493e5e1f6e788e768d876ba
[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   Local.cpp
8   )