diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Support/Dwarf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h index 7a8bad6..5a86dee 100644 --- a/include/llvm/Support/Dwarf.h +++ b/include/llvm/Support/Dwarf.h @@ -46,7 +46,7 @@ namespace dwarf { // Do not mix the following two enumerations sets. DW_TAG_invalid changes the // enumeration base type. -enum llvm_dwarf_constants { +enum LLVMConstants { // llvm mock tags DW_TAG_invalid = ~0U, // Tag for invalid results. @@ -66,7 +66,7 @@ enum llvm_dwarf_constants { const uint32_t DW_CIE_ID = UINT32_MAX; const uint64_t DW64_CIE_ID = UINT64_MAX; -enum dwarf_constants { +enum Constants { // Tags DW_TAG_array_type = 0x01, DW_TAG_class_type = 0x02, |