Convert getSymbolSection to return an ErrorOr.
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index c26e0ada5bc15ef71a5d3dd9785bbcc83aae34c6..e9a5b79ddf62d49dfbbf36c6a4f8aedb0cd906a0 100644 (file)
@@ -11,7 +11,7 @@ LIBRARYNAME = LLVMExecutionEngine
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
+PARALLEL_DIRS = Interpreter MCJIT Orc RuntimeDyld
 
 ifeq ($(USE_INTEL_JITEVENTS), 1)
 PARALLEL_DIRS += IntelJITEvents