commit | 07d4b1c455e822c04dfebf8c199f2323eeae2a8f | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Thu Sep 15 16:57:13 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Thu Sep 15 16:57:13 2011 +0000 |
tree | 0989ce630229dd91bbbed6c66f3be757602ec0b6 | |
parent | a9aa3c18e35ded0d10e16bef2a774989cbd5162f [diff] [blame] |
DWARF: wire up .debug_str dumping. llvm-svn: 139799
diff --git a/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp b/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp index f8c89fd..1b089ad 100644 --- a/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugInfoEntry.cpp
@@ -89,7 +89,7 @@ return; OS << "\t("; - formValue.dump(OS, 0, cu); + formValue.dump(OS, cu); OS << ")\n"; }