summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-05-12 21:29:42 +0000
committerDevang Patel <dpatel@apple.com>2011-05-12 21:29:42 +0000
commit201e6cdc39d5dca4e70cdd331f6f5055b3af3534 (patch)
tree3ac8cff4b5ddd607c02d87fe302934914fd7f57e /include/llvm/Support/Dwarf.h
parent757a142ea845ee44cc9340063bbc2f992e8c4232 (diff)
downloadllvm-201e6cdc39d5dca4e70cdd331f6f5055b3af3534.tar.gz
llvm-201e6cdc39d5dca4e70cdd331f6f5055b3af3534.tar.bz2
llvm-201e6cdc39d5dca4e70cdd331f6f5055b3af3534.tar.xz
Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.
s/DW_AT_APPLE_objc_class_extension/DW_AT_APPLE_objc_complete_type/g git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131244 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 7fecf6f5f0..70bac0c9fc 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -235,7 +235,7 @@ enum dwarf_constants {
DW_AT_APPLE_property_getter = 0x3fe9,
DW_AT_APPLE_property_setter = 0x3fea,
DW_AT_APPLE_property_attribute = 0x3feb,
- DW_AT_APPLE_objc_class_extension = 0x3fec,
+ DW_AT_APPLE_objc_complete_type = 0x3fec,
// Attribute form encodings
DW_FORM_addr = 0x01,