forked from OSchip/llvm-project
[BOLT][DWARF] Fix for Unsupported Debug section: debug_line.dwo warning
Summary: Probably copy and paste mistake or something. (cherry picked from FBD32625751)
This commit is contained in:
parent
63bebdd813
commit
68b0003ee3
|
@ -839,8 +839,7 @@ createKnownSectionsMap(const MCObjectFileInfo &MCOFI) {
|
|||
{"debug_str.dwo", {MCOFI.getDwarfStrDWOSection(), DW_SECT_EXT_unknown}},
|
||||
{"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_EXT_LOC}},
|
||||
{"debug_abbrev.dwo", {MCOFI.getDwarfAbbrevDWOSection(), DW_SECT_ABBREV}},
|
||||
{"debug_line.dwo",
|
||||
{MCOFI.getDwarfLineDWOSection(), DW_SECT_EXT_unknown}}};
|
||||
{"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}}};
|
||||
return KnownSectionsTemp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue