[llvm-commits] [llvm] r150187 - /llvm/trunk/docs/SourceLevelDebugging.html

Devang Patel dpatel at apple.com
Thu Feb 9 09:34:01 PST 2012


Author: dpatel
Date: Thu Feb  9 11:34:01 2012
New Revision: 150187

URL: http://llvm.org/viewvc/llvm-project?rev=150187&view=rev
Log:
Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Update document to reflect this change.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.html

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=150187&r1=150186&r2=150187&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Thu Feb  9 11:34:01 2012
@@ -459,8 +459,6 @@
 <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>





More information about the llvm-commits mailing list