<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">This fixes it.<div><br></div><div>The problem was the OCaml tests were linking ExecutionEngine but not any JITs, and my changes to ExecutionEngineBindings.cpp introduced a dependency from libLLVMExecutionEngine.a to libLLVMMCJIT.a.  I don't think we want that dependency.  The fix, which this patch does, is to not have ExecutionEngineBindings allocate SectionMemoryManager, but instead to have MCJIT assume that it should allocate a SectionMemoryManager for you if MM == 0.</div><div><br></div><div></div></body></html>