Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 11:12:35 +0000 (11:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 11:12:35 +0000 (11:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196907 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/MCJIT/Makefile

index 33b043be9ebd0d4e929554ea02e2caa0ad842203..454f83099d4b4e5338297c63aef3566482806884 100644 (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