forked from OSchip/llvm-project
Removing unnecessary link component for MCJIT unittests
llvm-svn: 193125
This commit is contained in:
parent
c53738a025
commit
9217452f30
|
|
@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
|||
asmparser
|
||||
bitreader
|
||||
bitwriter
|
||||
jit
|
||||
mcjit
|
||||
nativecodegen
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue