Merging r259740:
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index d4ef92ffb392fb1d3d272bbea38ce95415db79dd..c19f8d688d1bc395f9a8dbffc26219bf750434f6 100644 (file)
@@ -9,10 +9,14 @@
 
 LEVEL = ../..
 TESTNAME = ExecutionEngine
-LINK_COMPONENTS := engine interpreter
+LINK_COMPONENTS :=interpreter
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS = JIT
+PARALLEL_DIRS = Orc
+
+ifeq ($(TARGET_HAS_JIT),1)
+  PARALLEL_DIRS += MCJIT
+endif
 
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest