mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-14 13:57:51 +00:00
Move default dwarf version enum into the llvm dwarf constants rather
than the spec dwarf constants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b34493843
commit
5afaf5d1c1
@ -56,6 +56,7 @@ enum llvm_dwarf_constants {
|
||||
|
||||
DW_TAG_user_base = 0x1000, // Recommended base for user tags.
|
||||
|
||||
DWARF_VERSION = 4, // Default dwarf version we output.
|
||||
DW_CIE_VERSION = 1, // Common frame information version.
|
||||
DW_PUBTYPES_VERSION = 2, // Section version number for .debug_pubtypes.
|
||||
DW_PUBNAMES_VERSION = 2 // Section version number for .debug_pubnames.
|
||||
@ -69,8 +70,6 @@ const uint64_t DW64_CIE_ID = UINT64_MAX;
|
||||
|
||||
|
||||
enum dwarf_constants {
|
||||
DWARF_VERSION = 4,
|
||||
|
||||
// Tags
|
||||
DW_TAG_array_type = 0x01,
|
||||
DW_TAG_class_type = 0x02,
|
||||
|
Loading…
x
Reference in New Issue
Block a user