Add a TODO here.

llvm-svn: 189428
This commit is contained in:
Eric Christopher 2013-08-28 00:13:08 +00:00
parent d033d6fb88
commit e9fd605b41
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ void DIEHash::hashAttribute(AttrEntry Attr) {
// TODO: Add support for additional forms.
switch (Desc->getForm()) {
// TODO: We'll want to add DW_FORM_string here if we start emitting them again.
case dwarf::DW_FORM_strp:
addString(cast<DIEString>(Value)->getString());
break;