1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Update link to the DWARF spec.

llvm-svn: 371650
This commit is contained in:
Adrian Prantl 2019-09-11 19:57:29 +00:00
parent f79c0fc336
commit 44c0d31c5b

View File

@ -840,12 +840,12 @@ of variable ``!23`` should not flow "down" into the ``%exit`` block.
C/C++ front-end specific debug information C/C++ front-end specific debug information
========================================== ==========================================
The C and C++ front-ends represent information about the program in a format The C and C++ front-ends represent information about the program in a
that is effectively identical to `DWARF 3.0 format that is effectively identical to `DWARF <http://www.dwarfstd.org/>`_
<http://www.eagercon.com/dwarf/dwarf3std.htm>`_ in terms of information in terms of information content. This allows code generators to
content. This allows code generators to trivially support native debuggers by trivially support native debuggers by generating standard dwarf
generating standard dwarf information, and contains enough information for information, and contains enough information for non-dwarf targets to
non-dwarf targets to translate it as needed. translate it as needed.
This section describes the forms used to represent C and C++ programs. Other This section describes the forms used to represent C and C++ programs. Other
languages could pattern themselves after this (which itself is tuned to languages could pattern themselves after this (which itself is tuned to