diff options
author | Devang Patel <dpatel@apple.com> | 2012-02-09 17:34:01 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2012-02-09 17:34:01 +0000 |
commit | cd37fd51fcb3ed39d51fce5f5435d94ef85586f5 (patch) | |
tree | ac32cb2ab3593e62392280cbcca1918d01adf529 /docs/SourceLevelDebugging.html | |
parent | c1322a13b5b3a4e4f5017deeb27d85ac41f7a839 (diff) | |
download | external_llvm-cd37fd51fcb3ed39d51fce5f5435d94ef85586f5.zip external_llvm-cd37fd51fcb3ed39d51fce5f5435d94ef85586f5.tar.gz external_llvm-cd37fd51fcb3ed39d51fce5f5435d94ef85586f5.tar.bz2 |
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.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index e5f982d..dd6068e 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> |