projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bce436
)
Migrate the DWARF_VERSION constant to 4. It largely needs to go away.
author
Eric Christopher
<echristo@gmail.com>
Tue, 3 Sep 2013 16:11:13 +0000
(16:11 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Tue, 3 Sep 2013 16:11:13 +0000
(16:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189824
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Dwarf.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Dwarf.h
b/include/llvm/Support/Dwarf.h
index d857341ef55b18bb09559ddb720dfcc3aa90f217..ab4b4495b82614066820abb639d56ef56d4f74e5 100644
(file)
--- 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,