mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Correct the emission kind constants committed in r214771
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -213,7 +213,7 @@ Compile unit descriptors
|
|||||||
metadata ;; List of global variables
|
metadata ;; List of global variables
|
||||||
metadata ;; List of imported entities
|
metadata ;; List of imported entities
|
||||||
metadata ;; Split debug filename
|
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
|
These descriptors contain a source language ID for the file (we use the DWARF
|
||||||
|
|||||||
Reference in New Issue
Block a user