Emit discriminator for inlined callsites.
[oota-llvm.git] / lib / Support / Dwarf.cpp
index 13a41557a8d21ffe287d717a1796b44aca67446b..a6d12725ed09a1928c61ce53616ec42bf81dc6f0 100644 (file)
@@ -201,6 +201,7 @@ const char *llvm::dwarf::AttributeString(unsigned Attribute) {
   case DW_AT_GNU_addr_base:              return "DW_AT_GNU_addr_base";
   case DW_AT_GNU_pubnames:               return "DW_AT_GNU_pubnames";
   case DW_AT_GNU_pubtypes:               return "DW_AT_GNU_pubtypes";
+  case DW_AT_GNU_discriminator:          return "DW_AT_GNU_discriminator";
   }
   return nullptr;
 }