[llvm] 0246c5d - [NFC] Release Note for D138995

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 10:17:30 PST 2023


Author: Tobias Hieta
Date: 2023-01-18T19:17:25+01:00
New Revision: 0246c5d11c20c6d8c3686bc4cbfc6e8ca3e8bd41

URL: https://github.com/llvm/llvm-project/commit/0246c5d11c20c6d8c3686bc4cbfc6e8ca3e8bd41
DIFF: https://github.com/llvm/llvm-project/commit/0246c5d11c20c6d8c3686bc4cbfc6e8ca3e8bd41.diff

LOG: [NFC] Release Note for D138995

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 71f445ca65fed..6dc2dad13ad93 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -277,6 +277,10 @@ Previously when emitting DWARF v4 and tuning for GDB, llc would use DWARF v2's
 Support for ``DW_AT_data_bit_offset`` was added in GDB 8.0. For earlier versions,
 you can use llc's ``-dwarf-version=3`` option to emit compatible DWARF.
 
+When emitting CodeView debug information, LLVM will now emit S_CONSTANT records
+for variables optimized into a constant via the SROA and SCCP passes.
+(`D138995 <https://reviews.llvm.org/D138995>`_)
+
 Changes to the LLVM tools
 ---------------------------------
 


        


More information about the llvm-commits mailing list