[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB
authorLang Hames <lhames@gmail.com>
Fri, 19 Aug 2016 21:27:16 +0000 (21:27 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 19 Aug 2016 21:27:16 +0000 (21:27 +0000)
commit6377aa1cb1bb16f557f63368ee0bb0ecdee69bde
tree75e52398996ca6f4296572af88aeb2eb2fb194a4
parentb5e0f5ac953243829d52aaa0bab65899810b880b
[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB
expression evaluation.

OrcMCJITReplacement is a reimplementation of MCJIT using ORC components, and
provides an easy upgrade path to ORC for existing MCJIT clients. There should be
no functional changes resulting from this switch.

llvm-svn: 279327
lldb/source/Expression/IRExecutionUnit.cpp