summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-09-11 19:49:38 +0000
committerAdrian Prantl <aprantl@apple.com>2019-09-11 19:49:38 +0000
commit4a5dd4a881650ea1300e12b6782f805d3fd22ecf (patch)
treee55f9a6d35622e0cc178c9dea82578d3435f6532
parentaff633f68df669f10456e1dea2278c99d924b11a (diff)
downloadbcm5719-llvm-4a5dd4a881650ea1300e12b6782f805d3fd22ecf.tar.gz
bcm5719-llvm-4a5dd4a881650ea1300e12b6782f805d3fd22ecf.zip
Update documentation.
llvm-svn: 371648
-rw-r--r--llvm/docs/SourceLevelDebugging.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 7930d2cb6cc..0fc6f2a2584 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -849,16 +849,16 @@ 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
-representing programs in the same way that DWARF 3 does), or they could choose
+representing programs in the same way that DWARF does), or they could choose
to provide completely different forms if they don't fit into the DWARF model.
As support for debugging information gets added to the various LLVM
source-language front-ends, the information used should be documented here.
-The following sections provide examples of a few C/C++ constructs and the debug
-information that would best describe those constructs. The canonical
-references are the ``DIDescriptor`` classes defined in
-``include/llvm/IR/DebugInfo.h`` and the implementations of the helper functions
-in ``lib/IR/DIBuilder.cpp``.
+The following sections provide examples of a few C/C++ constructs and
+the debug information that would best describe those constructs. The
+canonical references are the ``DINode`` classes defined in
+``include/llvm/IR/DebugInfoMetadata.h`` and the implementations of the
+helper functions in ``lib/IR/DIBuilder.cpp``.
C/C++ source file information
-----------------------------
OpenPOWER on IntegriCloud