[llvm-branch-commits] [lld] 08f4f4c - [docs] Add release notes for a Windows specific change in LLD

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 31 00:16:46 PDT 2023


Author: Martin Storsjö
Date: 2023-07-31T09:15:57+02:00
New Revision: 08f4f4c2d66a2cd3824e3c5e6730c2ecb7b5e2d3

URL: https://github.com/llvm/llvm-project/commit/08f4f4c2d66a2cd3824e3c5e6730c2ecb7b5e2d3
DIFF: https://github.com/llvm/llvm-project/commit/08f4f4c2d66a2cd3824e3c5e6730c2ecb7b5e2d3.diff

LOG: [docs] Add release notes for a Windows specific change in LLD

Added: 
    

Modified: 
    lld/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index d8e34d1e6c7479..7e2e07d5f11b7b 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -107,6 +107,11 @@ COFF Improvements
 MinGW Improvements
 ------------------
 
+* A warning is now printed if the linked module contains runtime pseudo
+  relocations that are too narrow, that can end up producing runtime
+  errors if loaded too far away from the referenced DLL in the address
+  space. (`D154777 <https://reviews.llvm.org/D154777>`_)
+
 MachO Improvements
 ------------------
 


        


More information about the llvm-branch-commits mailing list