Instead of printing
DW_AT_APPLE_runtime_class (0x10)
we now print
DW_AT_APPLE_runtime_class (DW_LANG_ObjC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337011
91177308-0d34-0410-b5e6-
96231b3b80d8
return InlineCodeString(Val);
case DW_AT_ordering:
return ArrayOrderString(Val);
+ case DW_AT_APPLE_runtime_class:
+ return LanguageString(Val);
}
return StringRef();
; CHECK: DW_TAG_structure_type
; CHECK: DW_AT_APPLE_objc_complete_type
; CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9a-fA-F]+}}] = "Foo")
+; CHECK DW_AT_APPLE_runtime_class [DW_FORM_data1] (DW_LANG_ObjC)
; CHECK: DW_TAG_APPLE_property
; CHECK: DW_AT_APPLE_property_name [DW_FORM_strp] ( .debug_str[0x{{[0-9a-fA-F]+}}] = "foo")