mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 22:24:07 +00:00
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
This commit is contained in:
@ -207,6 +207,7 @@ const char *llvm::dwarf::AttributeString(unsigned Attribute) {
|
||||
case DW_AT_APPLE_property_getter: return "DW_AT_APPLE_property_getter";
|
||||
case DW_AT_APPLE_property_setter: return "DW_AT_APPLE_property_setter";
|
||||
case DW_AT_APPLE_property_attribute: return "DW_AT_APPLE_property_attribute";
|
||||
case DW_AT_APPLE_objc_class_extension: return "DW_AT_APPLE_objc_class_extension";
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user