Fix Makefile build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie
2015-02-23 00:53:35 +00:00
parent 59efa0e9b9
commit 173b29a6a5

View File

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