PPC: Add some missing V_SET0 patterns
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index a0395cdad3bfa5ddc73f0e0459ffb7d1ec8116c4..38e667ff98885f2264a23a53e9c35f96f6786353 100644 (file)
@@ -9,8 +9,12 @@
 
 LEVEL = ../..
 TESTNAME = ExecutionEngine
-LINK_COMPONENTS := engine interpreter
-PARALLEL_DIRS = JIT
+LINK_COMPONENTS :=interpreter
 
 include $(LEVEL)/Makefile.config
+
+ifeq ($(TARGET_HAS_JIT),1)
+  PARALLEL_DIRS = JIT MCJIT
+endif
+
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest