mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-02 19:24:25 +00:00
Update the version of dwarf we say we're emitting to at least 3.
Deals with a dwarf2 -> dwarf3 DW_FORM_ref_addr change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -67,7 +67,7 @@ const uint64_t DW64_CIE_ID = UINT64_MAX;
|
||||
|
||||
|
||||
enum dwarf_constants {
|
||||
DWARF_VERSION = 2,
|
||||
DWARF_VERSION = 3,
|
||||
|
||||
// Tags
|
||||
DW_TAG_array_type = 0x01,
|
||||
|
Reference in New Issue
Block a user