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 | af8f33726b9a20c8f69add298fa764c27e0430b5 (patch) | |
| tree | 65f0d54da18bd6207d28e4fa6716bcba05fb8134 | |
| parent | 7ce3e5bb8ee41ed73a8afaad05b28c7b5883a3ad (diff) | |
| download | bcm5719-llvm-af8f33726b9a20c8f69add298fa764c27e0430b5.tar.gz bcm5719-llvm-af8f33726b9a20c8f69add298fa764c27e0430b5.zip | |
Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change.
llvm-svn: 150187
| -rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index e5f982d3f5e..dd6068e567c 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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> |

