projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7089f45
)
add decimal form of LLVMDebugVersion
author
Jim Laskey
<jlaskey@mac.com>
Fri, 16 Jun 2006 13:45:38 +0000
(13:45 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Fri, 16 Jun 2006 13:45:38 +0000
(13:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28817
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/SourceLevelDebugging.html
patch
|
blob
|
history
diff --git
a/docs/SourceLevelDebugging.html
b/docs/SourceLevelDebugging.html
index 7916a0e0551321781fca7dd29c77b0653013b820..de6206360d61aeacd7e7011046d817299368b7ce 100644
(file)
--- a/
docs/SourceLevelDebugging.html
+++ b/
docs/SourceLevelDebugging.html
@@
-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>