diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2011-06-12 18:01:31 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2011-06-12 18:01:31 +0000 | 
| commit | bd5abe19687421cb3ad4dca066732ed0b437531b (patch) | |
| tree | a9b264321873e7d25e69b8671c9f705ebc6d30ee /contrib/llvm/lib/Support/Dwarf.cpp | |
| parent | 74d92904a6e0f2d301cdeec3f8af4fbe4a968146 (diff) | |
| parent | 56fe8f14099930935e3870e3e823c322a85c1c89 (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/lib/Support/Dwarf.cpp')
| -rw-r--r-- | contrib/llvm/lib/Support/Dwarf.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Support/Dwarf.cpp b/contrib/llvm/lib/Support/Dwarf.cpp index 74a9fda7ab64..0813321b6f79 100644 --- a/contrib/llvm/lib/Support/Dwarf.cpp +++ b/contrib/llvm/lib/Support/Dwarf.cpp @@ -207,6 +207,7 @@ const char *llvm::dwarf::AttributeString(unsigned Attribute) {    case DW_AT_APPLE_property_getter:      return "DW_AT_APPLE_property_getter";    case DW_AT_APPLE_property_setter:      return "DW_AT_APPLE_property_setter";    case DW_AT_APPLE_property_attribute:   return "DW_AT_APPLE_property_attribute"; +  case DW_AT_APPLE_objc_complete_type:   return "DW_AT_APPLE_objc_complete_type";    }    return 0;  }  | 
