summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs')
-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