diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 3e6ecf5541a69..ec44210f910e0 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -176,6 +176,9 @@ Changes to the LLVM tools ``--format=just-symbols`` and ``-j``. (`D105330 `_) +* In lli the default JIT engine switched from MCJIT (``-jit-kind=mcjit``) to ORC (``-jit-kind=orc``). + (`D98931 `_) + Changes to LLDB ---------------------------------