llvm/unittests: Simplify LINK_COMPONENTS.
[oota-llvm.git] / unittests / Transforms / Utils / Makefile
index fdf4be0e0efe8f5fb6dd407923ec3b4b11dd8d2d..e6c2a2c133aaa591fb9abc71e92bb3e8127630d2 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../../..
 TESTNAME = Utils
-LINK_COMPONENTS := core support transformutils
+LINK_COMPONENTS := TransformUtils
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest