delete more dead code from this testcase.
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index 38e667ff98885f2264a23a53e9c35f96f6786353..c19f8d688d1bc395f9a8dbffc26219bf750434f6 100644 (file)
@@ -13,8 +13,10 @@ LINK_COMPONENTS :=interpreter
 
 include $(LEVEL)/Makefile.config
 
+PARALLEL_DIRS = Orc
+
 ifeq ($(TARGET_HAS_JIT),1)
-  PARALLEL_DIRS = JIT MCJIT
+  PARALLEL_DIRS += MCJIT
 endif
 
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest