Skip to content

Commit

Permalink
[NFC] Release Note for D138995
Browse files Browse the repository at this point in the history
  • Loading branch information
tru committed Jan 18, 2023
1 parent 2aea0a9 commit 0246c5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------

Expand Down

0 comments on commit 0246c5d

Please sign in to comment.