add decimal form of LLVMDebugVersion

llvm-svn: 28817
This commit is contained in:
Jim Laskey 2006-06-16 13:45:38 +00:00
parent b2ff2d481e
commit b6a6f7971f
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ The remaining fields are specific to the descriptor. The values of tags are
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>