llvm/unittests: Simplify LINK_COMPONENTS.
[oota-llvm.git] / unittests / VMCore / Makefile
index df55065e1916bbe13a77fb95305804570acb4ef7..d743dc5d5bae09ee233ce3481491d884776c2233 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 TESTNAME = VMCore
-LINK_COMPONENTS := core support target ipa asmparser
+LINK_COMPONENTS := core ipa asmparser
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest