Skip to content

Commit 3098bfe

Browse files
authored
[llvm][Docs] Add release notes about dwarf fission with relaxations (#169871)
1 parent f741851 commit 3098bfe

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,9 @@ RISC-V Support
642642
- `__GCC_CONSTRUCTIVE_SIZE` and `__GCC_DESTRUCTIVE_SIZE` are changed to 64. These values are
643643
unstable according to `Clang's documentation <https://clang.llvm.org/docs/LanguageExtensions.html#gcc-destructive-size-and-gcc-constructive-size>`_.
644644

645+
- DWARF fission is now compatible with linker relaxations, allowing `-gsplit-dwarf` and `-mrelax`
646+
to be used together when building for the RISC-V platform.
647+
645648
CUDA/HIP Language Changes
646649
^^^^^^^^^^^^^^^^^^^^^^^^^
647650

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ Changes to the RISC-V Backend
149149
* Adds experimental support for the 'Zibi` (Branch with Immediate) extension.
150150
* Add support for Zvfofp8min (OFP8 conversion extension)
151151
* Adds assembler support for the Andes `XAndesvsinth` (Andes Vector Small Int Handling Extension).
152+
* DWARF fission is now compatible with linker relaxations, allowing `-gsplit-dwarf` and `-mrelax`
153+
to be used together when building for the RISC-V platform.
152154

153155
Changes to the WebAssembly Backend
154156
----------------------------------

0 commit comments

Comments
 (0)