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

Devang Patel dpatel at apple.com
Fri Sep 9 10:07:15 PDT 2011


Author: dpatel
Date: Fri Sep  9 12:07:15 2011
New Revision: 139374

URL: http://llvm.org/viewvc/llvm-project?rev=139374&view=rev
Log:
Update docs to reflect recent addition of new CompileUnit elements.

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=139374&r1=139373&r2=139374&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri Sep  9 12:07:15 2011
@@ -324,6 +324,10 @@
   i1,        ;; True if this is optimized.
   metadata,  ;; Flags
   i32        ;; Runtime version
+  metadata   ;; List of enums types
+  metadata   ;; List of retained types
+  metadata   ;; List of subprograms
+  metadata   ;; List of global variables
 }
 </pre>
 </div>
@@ -337,7 +341,8 @@
 <p>Compile unit descriptors provide the root context for objects declared in a
    specific compilation unit. File descriptors are defined using this context.
    These descriptors are collected by a named metadata 
-   <tt>!llvm.dbg.cu</tt>.
+   <tt>!llvm.dbg.cu</tt>. Compile unit descriptor keeps track of subprograms,
+   global variables and type information.
 
 </div>
 





More information about the llvm-commits mailing list