Fix Makefile build

llvm-svn: 230197
This commit is contained in:
David Blaikie 2015-02-23 00:53:35 +00:00
parent e960a4e39b
commit a70504c3c3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ include $(LEVEL)/Makefile.config
PARALLEL_DIRS = Orc
ifeq ($(TARGET_HAS_JIT),1)
PARALLEL_DIRS = $(PARALLEL_DIRS) MCJIT
PARALLEL_DIRS += MCJIT
endif
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest