[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp

Jim Laskey jlaskey at apple.com
Mon Aug 21 14:18:27 PDT 2006



Changes in directory llvm/lib/Support:

Dwarf.cpp updated: 1.4 -> 1.5
---
Log message:

Adding new Dwarf constants.


---
Diffs of the changes:  (+1 -0)

 Dwarf.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Support/Dwarf.cpp
diff -u llvm/lib/Support/Dwarf.cpp:1.4 llvm/lib/Support/Dwarf.cpp:1.5
--- llvm/lib/Support/Dwarf.cpp:1.4	Wed Jul 26 11:18:00 2006
+++ llvm/lib/Support/Dwarf.cpp	Mon Aug 21 16:18:10 2006
@@ -189,6 +189,7 @@
     case DW_AT_elemental:                  return "AT_elemental";
     case DW_AT_pure:                       return "AT_pure";
     case DW_AT_recursive:                  return "AT_recursive";
+    case DW_AT_MIPS_linkage_name:          return "AT_MIPS_linkage_name";
     case DW_AT_sf_names:                   return "AT_sf_names";
     case DW_AT_src_info:                   return "AT_src_info";
     case DW_AT_mac_info:                   return "AT_mac_info";






More information about the llvm-commits mailing list