Add a TODO here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-08-28 00:13:08 +00:00
parent 7ced4fa257
commit c3e9457f6d

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;