[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
[oota-llvm.git] / unittests / Transforms / Utils / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   TransformUtils
5   )
6
7 add_llvm_unittest(UtilsTests
8   ASanStackFrameLayoutTest.cpp
9   Cloning.cpp
10   IntegerDivision.cpp
11   Local.cpp
12   SpecialCaseList.cpp
13   )