[PATCH] D127150: [doc] Add release notes about SEH unwind information on ARM
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 6 14:05:30 PDT 2022
MaskRay added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:357
+
+- Switched MinGW mode on ARM to use SEH instead of Dwarf for unwind information.
+
----------------
The official spelling is `DWARF`. The official way to name the version is `DWARF version 5`. If abbreviation is intended, `DWARF v5`.
================
Comment at: llvm/docs/ReleaseNotes.rst:106
+* Implemented generation of Windows SEH unwind information.
+* Switched the MinGW target to use SEH instead of Dwarf for unwind information.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127150/new/
https://reviews.llvm.org/D127150
More information about the cfe-commits
mailing list