summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-08-04 20:36:00 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-08-04 20:36:00 +0000
commit16409f23f880ac78167bdd89cc9df6d7338c2e89 (patch)
tree235207e4778788e2a6fe053ad043587775a36e65 /llvm/docs/SourceLevelDebugging.rst
parentf85171250983c1d44bf69fb648a9d78d33549b42 (diff)
downloadbcm5719-llvm-16409f23f880ac78167bdd89cc9df6d7338c2e89.tar.gz
bcm5719-llvm-16409f23f880ac78167bdd89cc9df6d7338c2e89.zip
Correct the emission kind constants committed in r214771
llvm-svn: 214772
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r--llvm/docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst
index 3d54f08be9b..f76202ae053 100644
--- a/llvm/docs/SourceLevelDebugging.rst
+++ b/llvm/docs/SourceLevelDebugging.rst
@@ -213,7 +213,7 @@ Compile unit descriptors
metadata ;; List of global variables
metadata ;; List of imported entities
metadata ;; Split debug filename
- i32 ;; Debug info emission kind (0 = Line Tables Only, 1 = Full Debug Info)
+ i32 ;; Debug info emission kind (1 = Full Debug Info, 2 = Line Tables Only)
}
These descriptors contain a source language ID for the file (we use the DWARF
OpenPOWER on IntegriCloud