X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FExecutionEngine%2FMakefile;h=38e667ff98885f2264a23a53e9c35f96f6786353;hb=55804a089e7ac26d5a07a9ac38e5dcedad3f2754;hp=ca1195631a22e808062b26ad0c18f9583a66825f;hpb=2d6d585c85ce8c56461f17b7b49fff24eed7b8fb;p=oota-llvm.git diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile index ca1195631a2..38e667ff988 100644 --- a/unittests/ExecutionEngine/Makefile +++ b/unittests/ExecutionEngine/Makefile @@ -10,7 +10,11 @@ LEVEL = ../.. TESTNAME = ExecutionEngine LINK_COMPONENTS :=interpreter -PARALLEL_DIRS = JIT MCJIT include $(LEVEL)/Makefile.config + +ifeq ($(TARGET_HAS_JIT),1) + PARALLEL_DIRS = JIT MCJIT +endif + include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest