[lld] [docs] Add blank line before sub-items of relocation types newly added (PR #119804)

Feng Zou via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 19:01:56 PST 2024


https://github.com/fzou1 created https://github.com/llvm/llvm-project/pull/119804

To make them display correctly on web page.

>From 4cf117c5f4f2be40805b1f93049328067f17059d Mon Sep 17 00:00:00 2001
From: Feng Zou <feng.zou at intel.com>
Date: Fri, 13 Dec 2024 10:48:36 +0800
Subject: [PATCH] [docs] Add blank line before sub-items of relocation types
 newly added

To make it display correctly on web page.
---
 lld/docs/ReleaseNotes.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



More information about the llvm-commits mailing list