X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=unittests%2FExecutionEngine%2FMakefile;h=c19f8d688d1bc395f9a8dbffc26219bf750434f6;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=8ecb883ba9d7d2949af045e0b4ce1c640030b9da;hpb=7b232e2bb66f52f34088b4d77e839aeb8b4b88a0;p=oota-llvm.git diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile index 8ecb883ba9d..c19f8d688d1 100644 --- a/unittests/ExecutionEngine/Makefile +++ b/unittests/ExecutionEngine/Makefile @@ -13,8 +13,10 @@ LINK_COMPONENTS :=interpreter include $(LEVEL)/Makefile.config +PARALLEL_DIRS = Orc + ifeq ($(TARGET_HAS_JIT),1) - PARALLEL_DIRS = MCJIT + PARALLEL_DIRS += MCJIT endif include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest