[lld] [docs] Add blank line before sub-items of relocation types newly added (PR #119804)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 19:02:32 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lld
Author: Feng Zou (fzou1)
<details>
<summary>Changes</summary>
To make them display correctly on web page.
---
Full diff: https://github.com/llvm/llvm-project/pull/119804.diff
1 Files Affected:
- (modified) lld/docs/ReleaseNotes.rst (+2-1)
``````````diff
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 0c24156ae16799..8bfa31a7ae4115 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -36,10 +36,11 @@ ELF Improvements
increases the expressive power of linker scripts.
(`#95323 <https://github.com/llvm/llvm-project/pull/95323>`_)
* Supported relocation types for x86-64 target:
+
* ``R_X86_64_CODE_4_GOTPCRELX`` (`#109783 <https://github.com/llvm/llvm-project/pull/109783>`_) (`#116737 <https://github.com/llvm/llvm-project/pull/116737>`_)
* ``R_X86_64_CODE_4_GOTTPOFF`` (`#116634 <https://github.com/llvm/llvm-project/pull/116634>`_)
* ``R_X86_64_CODE_4_GOTPC32_TLSDESC`` (`#116909 <https://github.com/llvm/llvm-project/pull/116909>`_)
- * ``R_X86_64_CODE_6_GOTTPOFF`` (`#117675 <https://github.com/llvm/llvm-project/pull/117675>`_)
+ * ``R_X86_64_CODE_6_GOTTPOFF`` (`#117675 <https://github.com/llvm/llvm-project/pull/117675>`_)
Breaking changes
----------------
``````````
</details>
https://github.com/llvm/llvm-project/pull/119804
More information about the llvm-commits
mailing list