aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ExecutionEngine/Makefile')
-rw-r--r--lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index cf71432..e9a5b79 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -11,7 +11,7 @@ LIBRARYNAME = LLVMExecutionEngine
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS = Interpreter MCJIT RuntimeDyld
+PARALLEL_DIRS = Interpreter MCJIT Orc RuntimeDyld
ifeq ($(USE_INTEL_JITEVENTS), 1)
PARALLEL_DIRS += IntelJITEvents