From: Eric Christopher Date: Tue, 3 Sep 2013 16:11:13 +0000 (+0000) Subject: Migrate the DWARF_VERSION constant to 4. It largely needs to go away. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=27ed5716ef97210879c1e2163210608679c5129e;p=oota-llvm.git 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 --- diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index d857341ef55..ab4b4495b82 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -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,