[clang] 87e68ca - Improve relnotes for the DWARFv5 default change
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 09:56:14 PST 2022
Author: David Blaikie
Date: 2022-01-25T09:56:07-08:00
New Revision: 87e68cae50d7ca28975ca6fb456cf0ab2ac915a1
URL: https://github.com/llvm/llvm-project/commit/87e68cae50d7ca28975ca6fb456cf0ab2ac915a1
DIFF: https://github.com/llvm/llvm-project/commit/87e68cae50d7ca28975ca6fb456cf0ab2ac915a1.diff
LOG: Improve relnotes for the DWARFv5 default change
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 5cd2896de54d..2272d7197ac5 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -256,9 +256,9 @@ DWARF Support in Clang
----------------------
- The default DWARF version has increased from DWARFv4 to DWARFv5. You can opt
- back in to the old behavior with -gdwarf-4. Some platforms (Darwin, Android,
- and SCE for instance) already opt out of this version bump as is suitable for
- the platform
+ back in to the old behavior with ``-gdwarf-4`` or ``-fdebug-default-version=4``.
+ Some platforms (Darwin, Android, and SCE for instance) already opt out of this
+ version bump as is suitable for the platform
Arm and AArch64 Support in Clang
--------------------------------
More information about the cfe-commits
mailing list