summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ExecutionEngine/Makefile')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index e0e050e8972..1858d776616 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMExecutionEngine
-PARALLEL_DIRS = Interpreter JIT
+PARALLEL_DIRS = Interpreter JIT MCJIT
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud