[llvm-commits] [llvm] r71479 -	/llvm/trunk/include/llvm/Support/Dwarf.h
    Mike Stump 
    mrs at apple.com
       
    Mon May 11 14:58:02 PDT 2009
    
    
  
Author: mrs
Date: Mon May 11 16:58:01 2009
New Revision: 71479
URL: http://llvm.org/viewvc/llvm-project?rev=71479&view=rev
Log:
Add DW_AT_APPLE_isa and DW_AT_APPLE_block.  Radar 6867696
Modified:
    llvm/trunk/include/llvm/Support/Dwarf.h
Modified: llvm/trunk/include/llvm/Support/Dwarf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Dwarf.h?rev=71479&r1=71478&r2=71479&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Dwarf.h (original)
+++ llvm/trunk/include/llvm/Support/Dwarf.h Mon May 11 16:58:01 2009
@@ -225,6 +225,8 @@
   // Apple extensions.
   DW_AT_APPLE_optimized = 0x3fe1,
   DW_AT_APPLE_flags = 0x3fe2,
+  DW_AT_APPLE_isa = 0x3fe3,
+  DW_AT_APPLE_block = 0x3fe4,
   DW_AT_APPLE_major_runtime_vers = 0x3fe5,
   DW_AT_APPLE_runtime_class = 0x3fe6,
 
    
    
More information about the llvm-commits
mailing list