diff options
| author | Mike Stump <mrs@apple.com> | 2009-05-14 00:03:51 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-05-14 00:03:51 +0000 |
| commit | 0e78566e0207a4cfe8a512ea667f90399f2b255a (patch) | |
| tree | b6075366421447bcb398ec5c32541756e32f3d1e /llvm/lib/Support/Dwarf.cpp | |
| parent | cdec7448698d8dfb20992309b7310c9bb0e97150 (diff) | |
| download | llvm-0e78566e0207a4cfe8a512ea667f90399f2b255a.zip llvm-0e78566e0207a4cfe8a512ea667f90399f2b255a.tar.gz llvm-0e78566e0207a4cfe8a512ea667f90399f2b255a.tar.bz2 | |
Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.
Radar 6867696
llvm-svn: 71750
Diffstat (limited to 'llvm/lib/Support/Dwarf.cpp')
| -rw-r--r-- | llvm/lib/Support/Dwarf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/Dwarf.cpp b/llvm/lib/Support/Dwarf.cpp index 1329b71..fa99035 100644 --- a/llvm/lib/Support/Dwarf.cpp +++ b/llvm/lib/Support/Dwarf.cpp @@ -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"; } |
