summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-10 21:45:07 +0000
committerEric Christopher <echristo@gmail.com>2013-04-10 21:45:07 +0000
commitc3b5997910d34b7cdd4bca4f0da48c4488009e5b (patch)
treeac71e6d26577d7919438fbedbedc62c3ee61d827 /include/llvm/Support/Dwarf.h
parent62c75ad4301f07c94d7a231d2da9f9cd47b7824c (diff)
downloadllvm-c3b5997910d34b7cdd4bca4f0da48c4488009e5b.tar.gz
llvm-c3b5997910d34b7cdd4bca4f0da48c4488009e5b.tar.bz2
llvm-c3b5997910d34b7cdd4bca4f0da48c4488009e5b.tar.xz
Revert "Update the version of dwarf we say we're emitting to at least 3."
temporarily while we work on plumbing through some changes to continue supporting gdb on darwin. This reverts commit r179122. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-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 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,