X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FExecutionEngine%2FMakefile;h=38e667ff98885f2264a23a53e9c35f96f6786353;hb=e2ff00e117ba9b758b298e671f65c0b002f8a52d;hp=63508d2399b574c2e5580896d2bd59cfb0026787;hpb=f455101badc2339fc7a17dab2d66f5969d82d812;p=oota-llvm.git diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile index 63508d2399b..38e667ff988 100644 --- a/unittests/ExecutionEngine/Makefile +++ b/unittests/ExecutionEngine/Makefile @@ -10,7 +10,11 @@ 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