[llvm] e814b28 - [docs] Update release notes to mention lli JIT engine switch
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 25 15:00:27 PDT 2021
Author: Stefan Gränitz
Date: 2021-07-25T23:58:43+02:00
New Revision: e814b28eeb30d07a78ed6a99f3aad9f56ae47999
URL: https://github.com/llvm/llvm-project/commit/e814b28eeb30d07a78ed6a99f3aad9f56ae47999
DIFF: https://github.com/llvm/llvm-project/commit/e814b28eeb30d07a78ed6a99f3aad9f56ae47999.diff
LOG: [docs] Update release notes to mention lli JIT engine switch
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3e6ecf5541a6..ec44210f910e 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 <https://reviews.llvm.org/D105330>`_)
+* In lli the default JIT engine switched from MCJIT (``-jit-kind=mcjit``) to ORC (``-jit-kind=orc``).
+ (`D98931 <https://reviews.llvm.org/D98931>`_)
+
Changes to LLDB
---------------------------------
More information about the llvm-commits
mailing list