llvm/unittests: Simplify LINK_COMPONENTS.
[oota-llvm.git] / unittests / ExecutionEngine / JIT / Makefile
index c404fb002a6221e0662d1e1920cb3c02fdccb74a..b535a6b29605c340ef54fa0a993323422af01de1 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../../..
 TESTNAME = JIT
-LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
+LINK_COMPONENTS := asmparser bitreader bitwriter jit native
 
 include $(LEVEL)/Makefile.config