diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-10 21:45:07 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-10 21:45:07 +0000 |
commit | f8d5b64464718458cc207eb66c6d2d5f82812cb0 (patch) | |
tree | 75e62b23a6a07ffcc4cc6cc692c487a776190c0f /llvm/include | |
parent | e51362e7f7a53acdad8be65e8c99be3aa4e7fdfb (diff) | |
download | bcm5719-llvm-f8d5b64464718458cc207eb66c6d2d5f82812cb0.tar.gz bcm5719-llvm-f8d5b64464718458cc207eb66c6d2d5f82812cb0.zip |
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.
llvm-svn: 179222
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Support/Dwarf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Dwarf.h b/llvm/include/llvm/Support/Dwarf.h index 62dea0e917f..b52914f9385 100644 --- a/llvm/include/llvm/Support/Dwarf.h +++ b/llvm/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, |