[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

Jim Laskey jlaskey at apple.com
Fri Jun 16 06:45:50 PDT 2006



Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.20 -> 1.21
---
Log message:

add decimal form of LLVMDebugVersion

---
Diffs of the changes:  (+2 -2)

 SourceLevelDebugging.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.20 llvm/docs/SourceLevelDebugging.html:1.21
--- llvm/docs/SourceLevelDebugging.html:1.20	Fri Jun 16 08:14:02 2006
+++ llvm/docs/SourceLevelDebugging.html	Fri Jun 16 08:45:38 2006
@@ -301,7 +301,7 @@
 loosely bound to the tag values of Dwarf information entries.  However, that
 does not restrict the use of the information supplied to Dwarf targets.  To
 facilitate versioning of debug information, the tag is augmented with the
-current debug version (LLVMDebugVersion = 4 << 16 or 0x40000.)</a></p>
+current debug version (LLVMDebugVersion = 4 << 16 or 0x40000 or 262144.)</a></p>
 
 <p>The details of the various descriptors follow.</p>  
 
@@ -1750,7 +1750,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/06/16 13:14:02 $
+  Last modified: $Date: 2006/06/16 13:45:38 $
 </address>
 
 </body>






More information about the llvm-commits mailing list