Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.

llvm-svn: 196907
This commit is contained in:
NAKAMURA Takumi 2013-12-10 11:12:35 +00:00
parent bef3d7af2b
commit db0768cb8c
1 changed files with 1 additions and 1 deletions

View File

@ -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