[llvm] [docs] Update the default version of DWARF used by clang. (PR #117774)
Ryan Mansfield via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 11:45:07 PST 2024
https://github.com/rjmansfield created https://github.com/llvm/llvm-project/pull/117774
None
>From 5cec4d0465dea2a2612922039317e962dd6fe63d Mon Sep 17 00:00:00 2001
From: Ryan Mansfield <ryan_mansfield at apple.com>
Date: Tue, 26 Nov 2024 14:36:46 -0500
Subject: [PATCH] [docs] Update the default version of DWARF used by clang.
---
llvm/docs/SourceLevelDebugging.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index c1a95efd2d8bcc..3ca0d14209f30c 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -47,8 +47,8 @@ The approach used by the LLVM implementation is to use a small set of
between LLVM program objects and the source-level objects. The description of
the source-level program is maintained in LLVM metadata in an
:ref:`implementation-defined format <ccxx_frontend>` (the C/C++ front-end
-currently uses working draft 7 of the `DWARF 3 standard
-<http://www.eagercon.com/dwarf/dwarf3std.htm>`_).
+currently defaults to using the `DWARF 5 standard
+<https://dwarfstd.org/dwarf5std.html>`_).
When a program is being debugged, a debugger interacts with the user and turns
the stored debug information into source-language specific information. As
More information about the llvm-commits
mailing list