mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
7ced4fa257
commit
c3e9457f6d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user