Add methods to StringMap to erase entries by key.
[oota-llvm.git] / lib / Support / Dwarf.cpp
index 409eadd560744516328a86220f2d650860082f2b..f3f183436ec9ff67a9441b8f1815a14d332c32ee 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by James M. Laskey and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -188,6 +188,7 @@ const char *AttributeString(unsigned Attribute) {
     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";