forked from OSchip/llvm-project
Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
llvm-svn: 196907
This commit is contained in:
parent
bef3d7af2b
commit
db0768cb8c
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
LEVEL = ../../..
|
||||
TESTNAME = MCJIT
|
||||
LINK_COMPONENTS := core mcjit native support
|
||||
LINK_COMPONENTS := core jit mcjit native support
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
||||
|
|
|
|||
Loading…
Reference in New Issue