diff options
Diffstat (limited to 'llvm/include/llvm/Support/Dwarf.h')
-rw-r--r-- | llvm/include/llvm/Support/Dwarf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Dwarf.h b/llvm/include/llvm/Support/Dwarf.h index b52914f9385..62dea0e917f 100644 --- a/llvm/include/llvm/Support/Dwarf.h +++ b/llvm/include/llvm/Support/Dwarf.h @@ -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, |