Add a TODO here.
authorEric Christopher <echristo@gmail.com>
Wed, 28 Aug 2013 00:13:08 +0000 (00:13 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 28 Aug 2013 00:13:08 +0000 (00:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189428 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIEHash.cpp

index 1322743247eea959713259b7eb4594dabb425808..40db1b2eb0c8e8e2176405eaa13105b08c734f5f 100644 (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;