summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT
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
commit9217452f308b34d5fdbcc33533c4cb0ffa98a37c (patch)
tree1308428de1804fb564f890bd76f90d14eaf51388 /llvm/unittests/ExecutionEngine/MCJIT
parentc53738a025370338fbbf7bc5664ebca43301b0f7 (diff)
downloadbcm5719-llvm-9217452f308b34d5fdbcc33533c4cb0ffa98a37c.tar.gz
bcm5719-llvm-9217452f308b34d5fdbcc33533c4cb0ffa98a37c.zip
Removing unnecessary link component for MCJIT unittests
llvm-svn: 193125
Diffstat (limited to 'llvm/unittests/ExecutionEngine/MCJIT')
-rw-r--r--llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt1
-rw-r--r--llvm/unittests/ExecutionEngine/MCJIT/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index 911b604a90a..ed430991938 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
- jit
mcjit
nativecodegen
)
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/Makefile b/llvm/unittests/ExecutionEngine/MCJIT/Makefile
index 454f83099d4..33b043be9eb 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud