Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196907 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-12-10 11:12:35 +00:00
parent aedb288d86
commit 1f2868899a

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