X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FExecutionEngine%2FMakefile;h=e9a5b79ddf62d49dfbbf36c6a4f8aedb0cd906a0;hb=e84d8c12d5157a926db15976389f703809c49aa5;hp=c26e0ada5bc15ef71a5d3dd9785bbcc83aae34c6;hpb=61b1851a205cb8dd29c1d3d4231efb8f8f7da283;p=oota-llvm.git diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index c26e0ada5bc..e9a5b79ddf6 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -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