Removing unnecessary link component for MCJIT unittests
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / Makefile
index 454f83099d4b4e5338297c63aef3566482806884..33b043be9ebd0d4e929554ea02e2caa0ad842203 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../../..
 TESTNAME = MCJIT
-LINK_COMPONENTS := core jit mcjit native support
+LINK_COMPONENTS := core mcjit native support
 
 include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest