Removing unnecessary link component for MCJIT unittests
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 21 Oct 2013 22:35:06 +0000 (22:35 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 21 Oct 2013 22:35:06 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193125 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/Makefile

index 911b604a90a0d1d6fc12a0bece54f030ed5afd65..ed4309919387ddda4d3c060d10dc4495f3b91b32 100644 (file)
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
   asmparser
   bitreader
   bitwriter
-  jit
   mcjit
   nativecodegen
   )
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