1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[docs] Update release notes to mention lli JIT engine switch

This commit is contained in:
Stefan Gränitz 2021-07-25 23:58:43 +02:00
parent ef8d46554d
commit c0784ed26d

View File

@ -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
---------------------------------