Migrate the DWARF_VERSION constant to 4. It largely needs to go away.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-09-03 16:11:13 +00:00
parent 8bce43648b
commit 27ed5716ef

View File

@ -69,7 +69,7 @@ const uint64_t DW64_CIE_ID = UINT64_MAX;
enum dwarf_constants {
DWARF_VERSION = 2,
DWARF_VERSION = 4,
// Tags
DW_TAG_array_type = 0x01,