Removing unnecessary link component for MCJIT unittests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193125 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Kaylor 2013-10-21 22:35:06 +00:00
parent e46be7838a
commit 65d60c8468
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
jit
mcjit
nativecodegen
)

View 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