[llvm] r371650 - Update link to the DWARF spec.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 12:57:29 PDT 2019


Author: adrian
Date: Wed Sep 11 12:57:29 2019
New Revision: 371650

URL: http://llvm.org/viewvc/llvm-project?rev=371650&view=rev
Log:
Update link to the DWARF spec.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=371650&r1=371649&r2=371650&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Wed Sep 11 12:57:29 2019
@@ -840,12 +840,12 @@ of variable ``!23`` should not flow "dow
 C/C++ front-end specific debug information
 ==========================================
 
-The C and C++ front-ends represent information about the program in a format
-that is effectively identical to `DWARF 3.0
-<http://www.eagercon.com/dwarf/dwarf3std.htm>`_ in terms of information
-content.  This allows code generators to trivially support native debuggers by
-generating standard dwarf information, and contains enough information for
-non-dwarf targets to translate it as needed.
+The C and C++ front-ends represent information about the program in a
+format that is effectively identical to `DWARF <http://www.dwarfstd.org/>`_
+in terms of information content.  This allows code generators to
+trivially support native debuggers by generating standard dwarf
+information, and contains enough information for non-dwarf targets to
+translate it as needed.
 
 This section describes the forms used to represent C and C++ programs.  Other
 languages could pattern themselves after this (which itself is tuned to




More information about the llvm-commits mailing list