From 09f320ad34153546e332e6322dec029714435e2c Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 11 Sep 2019 19:57:29 +0000 Subject: Update link to the DWARF spec. llvm-svn: 371650 --- llvm/docs/SourceLevelDebugging.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'llvm/docs/SourceLevelDebugging.rst') diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 0fc6f2a2584..a887810db4d 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -840,12 +840,12 @@ of variable ``!23`` should not flow "down" into the ``%exit`` block. 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 -`_ 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 `_ +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 -- cgit v1.2.3