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