diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-21 22:35:06 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-21 22:35:06 +0000 |
commit | 9217452f308b34d5fdbcc33533c4cb0ffa98a37c (patch) | |
tree | 1308428de1804fb564f890bd76f90d14eaf51388 /llvm/unittests/ExecutionEngine | |
parent | c53738a025370338fbbf7bc5664ebca43301b0f7 (diff) | |
download | bcm5719-llvm-9217452f308b34d5fdbcc33533c4cb0ffa98a37c.tar.gz bcm5719-llvm-9217452f308b34d5fdbcc33533c4cb0ffa98a37c.zip |
Removing unnecessary link component for MCJIT unittests
llvm-svn: 193125
Diffstat (limited to 'llvm/unittests/ExecutionEngine')
-rw-r--r-- | llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/unittests/ExecutionEngine/MCJIT/Makefile | 2 |
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 |