[llvm-branch-commits] [llvm-branch] r71760 - /llvm/branches/Apple/Dib/lib/Support/Dwarf.cpp

Bill Wendling isanbard at gmail.com
Wed May 13 18:31:32 PDT 2009


Author: void
Date: Wed May 13 20:31:06 2009
New Revision: 71760

URL: http://llvm.org/viewvc/llvm-project?rev=71760&view=rev
Log:
--- Merging r71750 into '.':
U    lib/Support/Dwarf.cpp

Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.
Radar 6867696

Modified:
    llvm/branches/Apple/Dib/lib/Support/Dwarf.cpp

Modified: llvm/branches/Apple/Dib/lib/Support/Dwarf.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/lib/Support/Dwarf.cpp?rev=71760&r1=71759&r2=71760&view=diff

==============================================================================
--- llvm/branches/Apple/Dib/lib/Support/Dwarf.cpp (original)
+++ llvm/branches/Apple/Dib/lib/Support/Dwarf.cpp Wed May 13 20:31:06 2009
@@ -200,6 +200,8 @@
     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";
   }





More information about the llvm-branch-commits mailing list