File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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+
645648CUDA/HIP Language Changes
646649^^^^^^^^^^^^^^^^^^^^^^^^^
647650
Original file line number Diff line number Diff 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
153155Changes to the WebAssembly Backend
154156----------------------------------
You can’t perform that action at this time.
0 commit comments