summaryrefslogtreecommitdiff
path: root/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2012-02-09 17:34:01 +0000
committerDevang Patel <dpatel@apple.com>2012-02-09 17:34:01 +0000
commitcd37fd51fcb3ed39d51fce5f5435d94ef85586f5 (patch)
treeac32cb2ab3593e62392280cbcca1918d01adf529 /docs/SourceLevelDebugging.html
parentc1322a13b5b3a4e4f5017deeb27d85ac41f7a839 (diff)
downloadllvm-cd37fd51fcb3ed39d51fce5f5435d94ef85586f5.tar.gz
llvm-cd37fd51fcb3ed39d51fce5f5435d94ef85586f5.tar.bz2
llvm-cd37fd51fcb3ed39d51fce5f5435d94ef85586f5.tar.xz
Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r--docs/SourceLevelDebugging.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index e5f982d3f5..dd6068e567 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -459,8 +459,6 @@ global variables are collected by named metadata <tt>!llvm.dbg.gv</tt>.</p>
<p>These descriptors provide debug information about functions, methods and
subprograms. They provide details such as name, return types and the source
location where the subprogram is defined.
- All subprogram descriptors are collected by a named metadata
- <tt>!llvm.dbg.sp</tt>.
</p>
</div>