summaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ExecutionEngine/Makefile')
-rw-r--r--unittests/ExecutionEngine/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile
index 8ecb883..c19f8d6 100644
--- a/unittests/ExecutionEngine/Makefile
+++ b/unittests/ExecutionEngine/Makefile
@@ -13,8 +13,10 @@ LINK_COMPONENTS :=interpreter
include $(LEVEL)/Makefile.config
+PARALLEL_DIRS = Orc
+
ifeq ($(TARGET_HAS_JIT),1)
- PARALLEL_DIRS = MCJIT
+ PARALLEL_DIRS += MCJIT
endif
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest