[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index c779a6a47c14ff13af9a8294b2e8b11bc47a7716..c19f8d688d1bc395f9a8dbffc26219bf750434f6 100644 (file)
@@ -11,9 +11,12 @@ LEVEL = ../..
 TESTNAME = ExecutionEngine
 LINK_COMPONENTS :=interpreter
 
+include $(LEVEL)/Makefile.config
+
+PARALLEL_DIRS = Orc
+
 ifeq ($(TARGET_HAS_JIT),1)
-       PARALLEL_DIRS = JIT MCJIT
+  PARALLEL_DIRS += MCJIT
 endif
 
-include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest