diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/Dwarf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index 62dea0e917..b52914f938 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -67,7 +67,7 @@ const uint64_t DW64_CIE_ID = UINT64_MAX; enum dwarf_constants { - DWARF_VERSION = 3, + DWARF_VERSION = 2, // Tags DW_TAG_array_type = 0x01, |