Clean up assume intrinsic pattern matching, no need to check that the argument is...
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index ca1195631a22e808062b26ad0c18f9583a66825f..8ecb883ba9d7d2949af045e0b4ce1c640030b9da 100644 (file)
 LEVEL = ../..
 TESTNAME = ExecutionEngine
 LINK_COMPONENTS :=interpreter
-PARALLEL_DIRS = JIT MCJIT
 
 include $(LEVEL)/Makefile.config
+
+ifeq ($(TARGET_HAS_JIT),1)
+  PARALLEL_DIRS = MCJIT
+endif
+
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest