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 1b5b817c73
commit fe135fe65e

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