Simplify memory ownership with std::unique_ptr.
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index 63508d2399b574c2e5580896d2bd59cfb0026787..38e667ff98885f2264a23a53e9c35f96f6786353 100644 (file)
 LEVEL = ../..
 TESTNAME = ExecutionEngine
 LINK_COMPONENTS :=interpreter
-PARALLEL_DIRS = JIT
 
 include $(LEVEL)/Makefile.config
+
+ifeq ($(TARGET_HAS_JIT),1)
+  PARALLEL_DIRS = JIT MCJIT
+endif
+
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest