From: NAKAMURA Takumi Date: Tue, 10 Dec 2013 11:12:35 +0000 (+0000) Subject: Add JIT to LINK_COMPONENTS in MCJITTests/Makefile. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1f2868899adac308d84697ebf0ca423d542223fd;p=oota-llvm.git 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 --- diff --git a/unittests/ExecutionEngine/MCJIT/Makefile b/unittests/ExecutionEngine/MCJIT/Makefile index 33b043be9eb..454f83099d4 100644 --- a/unittests/ExecutionEngine/MCJIT/Makefile +++ b/unittests/ExecutionEngine/MCJIT/Makefile @@ -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