[llvm] d72934c - [docs] Update release notes to mention that LoongArch supports JITLink
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 06:51:29 PST 2023
Author: wanglei
Date: 2023-01-20T22:50:47+08:00
New Revision: d72934c4d1e90e5828e3b7dc1e72ae1c0164bd19
URL: https://github.com/llvm/llvm-project/commit/d72934c4d1e90e5828e3b7dc1e72ae1c0164bd19
DIFF: https://github.com/llvm/llvm-project/commit/d72934c4d1e90e5828e3b7dc1e72ae1c0164bd19.diff
LOG: [docs] Update release notes to mention that LoongArch supports JITLink
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index fa7697f1347e..e88f0851eb49 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -171,6 +171,9 @@ Changes to the LoongArch Backend
* Support GHC calling convention.
+* Initial JITLink support is added.
+ (`D141036 <https://reviews.llvm.org/D141036>`_)
+
Changes to the MIPS Backend
---------------------------
More information about the llvm-commits
mailing list