summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-10-21 22:35:06 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-10-21 22:35:06 +0000
commit65d60c8468a40df0ef4f5c152e7e8ce572785400 (patch)
treec43e88333f429a60e43b81b0183dedbed7e45a57 /unittests
parente46be7838a355c914fcbd405bf7f20ac20a3e5dc (diff)
downloadllvm-65d60c8468a40df0ef4f5c152e7e8ce572785400.tar.gz
llvm-65d60c8468a40df0ef4f5c152e7e8ce572785400.tar.bz2
llvm-65d60c8468a40df0ef4f5c152e7e8ce572785400.tar.xz
Removing unnecessary link component for MCJIT unittests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193125 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ExecutionEngine/MCJIT/CMakeLists.txt1
-rw-r--r--unittests/ExecutionEngine/MCJIT/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index 911b604a90..ed43099193 100644
--- a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
- jit
mcjit
nativecodegen
)
diff --git a/unittests/ExecutionEngine/MCJIT/Makefile b/unittests/ExecutionEngine/MCJIT/Makefile
index 454f83099d..33b043be9e 100644
--- a/unittests/ExecutionEngine/MCJIT/Makefile
+++ b/unittests/ExecutionEngine/MCJIT/Makefile
@@ -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