summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:12:35 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:12:35 +0000
commit1f2868899adac308d84697ebf0ca423d542223fd (patch)
tree0eb962227f0479ca8628ecf5426d358d9b85cc88
parentaedb288d864bf20a708cca580fa87ac848389f79 (diff)
downloadllvm-1f2868899adac308d84697ebf0ca423d542223fd.tar.gz
llvm-1f2868899adac308d84697ebf0ca423d542223fd.tar.bz2
llvm-1f2868899adac308d84697ebf0ca423d542223fd.tar.xz
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
-rw-r--r--unittests/ExecutionEngine/MCJIT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/MCJIT/Makefile b/unittests/ExecutionEngine/MCJIT/Makefile
index 33b043be9e..454f83099d 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