[Cloning] Teach CloneModule about personality functions
[oota-llvm.git] / unittests / Transforms / Utils / CMakeLists.txt
index 3cff95e84b70e25fadad4b657718ceb80c889697..517ff99ea46bc5a7dbb434b140e11db0e1527a72 100644 (file)
@@ -1,4 +1,6 @@
 set(LLVM_LINK_COMPONENTS
+  Core
+  Support
   TransformUtils
   )
 
@@ -7,5 +9,5 @@ add_llvm_unittest(UtilsTests
   Cloning.cpp
   IntegerDivision.cpp
   Local.cpp
-  SpecialCaseList.cpp
+  ValueMapperTest.cpp
   )