summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Dwarf.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-05-12 19:06:16 +0000
committerDevang Patel <dpatel@apple.com>2011-05-12 19:06:16 +0000
commitb11f80e94b590c90d07254dfa2406cf504e09cd3 (patch)
tree7737ee5850bae2f2c3f0605f9b7a45368a854b7f /include/llvm/Support/Dwarf.h
parent30adced41b17cc9a5c301386e80567faccaff04f (diff)
downloadllvm-b11f80e94b590c90d07254dfa2406cf504e09cd3.tar.gz
llvm-b11f80e94b590c90d07254dfa2406cf504e09cd3.tar.bz2
llvm-b11f80e94b590c90d07254dfa2406cf504e09cd3.tar.xz
Let Objective-C front-end identify class extension, in dwarf output, using an attribute DW_AT_APPLE_objc_class_extension.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Dwarf.h')
-rw-r--r--include/llvm/Support/Dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Dwarf.h b/include/llvm/Support/Dwarf.h
index f6d680b8b9..7fecf6f5f0 100644
--- a/include/llvm/Support/Dwarf.h
+++ b/include/llvm/Support/Dwarf.h
@@ -235,6 +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,
// Attribute form encodings
DW_FORM_addr = 0x01,