mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.
Radar 6867696 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f59d10f1bc
commit
8cf6571ec0
@ -200,6 +200,8 @@ const char *AttributeString(unsigned Attribute) {
|
||||
case DW_AT_hi_user: return "DW_AT_hi_user";
|
||||
case DW_AT_APPLE_optimized: return "DW_AT_APPLE_optimized";
|
||||
case DW_AT_APPLE_flags: return "DW_AT_APPLE_flags";
|
||||
case DW_AT_APPLE_isa: return "DW_AT_APPLE_isa";
|
||||
case DW_AT_APPLE_block: return "DW_AT_APPLE_block";
|
||||
case DW_AT_APPLE_major_runtime_vers: return "DW_AT_APPLE_major_runtime_vers";
|
||||
case DW_AT_APPLE_runtime_class: return "DW_AT_APPLE_runtime_class";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user