mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 15:13:49 -04:00
[ObjectYAML] Rename DWARF entries to match section names
This change makes the yaml tags for the members of the DWARF data match the names of the DWARF sections. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -559,8 +559,8 @@ void MappingTraits<MachO::version_min_command>::mapping(
|
||||
|
||||
void MappingTraits<MachOYAML::DWARFData>::mapping(
|
||||
IO &IO, MachOYAML::DWARFData &DWARF) {
|
||||
IO.mapOptional("DebugStrings", DWARF.DebugStrings);
|
||||
IO.mapOptional("AbbrevDecls", DWARF.AbbrevDecls);
|
||||
IO.mapOptional("debug_str", DWARF.DebugStrings);
|
||||
IO.mapOptional("debug_abbrev", DWARF.AbbrevDecls);
|
||||
}
|
||||
|
||||
void MappingTraits<MachOYAML::DWARFAbbrev>::mapping(
|
||||
|
||||
Reference in New Issue
Block a user