diff options
author | Eric Christopher <echristo@gmail.com> | 2013-09-03 16:11:13 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-09-03 16:11:13 +0000 |
commit | 27ed5716ef97210879c1e2163210608679c5129e (patch) | |
tree | c2f143c0a58c656759df0a5c7423e2858fcd7d5e /include | |
parent | 8bce43648be1156fdced590beb81aed3915762f1 (diff) | |
download | external_llvm-27ed5716ef97210879c1e2163210608679c5129e.zip external_llvm-27ed5716ef97210879c1e2163210608679c5129e.tar.gz external_llvm-27ed5716ef97210879c1e2163210608679c5129e.tar.bz2 |
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
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 d857341..ab4b449 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, |