summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/Makefile
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-10-04 20:29:44 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-10-04 20:29:44 +0000
commit2d6d585c85ce8c56461f17b7b49fff24eed7b8fb (patch)
treeb09a3aee52d9f5648bab543d4fe84050d9ffbe6e /unittests/ExecutionEngine/Makefile
parent55977f6c37d72b318237369cd463b772b089d620 (diff)
downloadllvm-2d6d585c85ce8c56461f17b7b49fff24eed7b8fb.tar.gz
llvm-2d6d585c85ce8c56461f17b7b49fff24eed7b8fb.tar.bz2
llvm-2d6d585c85ce8c56461f17b7b49fff24eed7b8fb.tar.xz
Adding MCJIT and MemoryBuffer unit tests
Patch by Daniel Malea. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/Makefile')
-rw-r--r--unittests/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile
index 63508d2399..ca1195631a 100644
--- a/unittests/ExecutionEngine/Makefile
+++ b/unittests/ExecutionEngine/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
TESTNAME = ExecutionEngine
LINK_COMPONENTS :=interpreter
-PARALLEL_DIRS = JIT
+PARALLEL_DIRS = JIT MCJIT
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest