[lld] [llvm] [docs] Update release notes for APX relocation types (PR #118575)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 09:36:26 PST 2024
================
@@ -35,6 +35,11 @@ ELF Improvements
globally changing the semantics of section matching. It also independently
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>`_ and `#116737 <https://github.com/llvm/llvm-project/pull/116737>`_)
----------------
MaskRay wrote:
X86_64 => x86-64
https://github.com/llvm/llvm-project/pull/118575
More information about the llvm-commits
mailing list