summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-03 16:11:13 +0000
committerEric Christopher <echristo@gmail.com>2013-09-03 16:11:13 +0000
commit27ed5716ef97210879c1e2163210608679c5129e (patch)
treec2f143c0a58c656759df0a5c7423e2858fcd7d5e /include
parent8bce43648be1156fdced590beb81aed3915762f1 (diff)
downloadllvm-27ed5716ef97210879c1e2163210608679c5129e.tar.gz
llvm-27ed5716ef97210879c1e2163210608679c5129e.tar.bz2
llvm-27ed5716ef97210879c1e2163210608679c5129e.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index d857341ef5..ab4b4495b8 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,