mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Comment to describe the debug_loc.dwo constants
Code review feedback from Eric Christopher on r204697 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
442c61dd9a
commit
e94fe0423e
@ -771,6 +771,7 @@ enum Constants {
|
||||
DW_EH_PE_indirect = 0x80
|
||||
};
|
||||
|
||||
// Constants for debug_loc.dwo in the DWARF5 Split Debug Info Proposal
|
||||
enum LocationListEntry : unsigned char {
|
||||
DW_LLE_end_of_list_entry,
|
||||
DW_LLE_base_address_selection_entry,
|
||||
|
Loading…
Reference in New Issue
Block a user