diff options
| author | Chris Bieneman <beanz@apple.com> | 2016-12-07 21:09:37 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2016-12-07 21:09:37 +0000 |
| commit | 25ec226dfc5f76a9e84a277e444ba4641dd0b889 (patch) | |
| tree | f335f9af08d871ade7394e6fda57c5e23673a29b /llvm/test | |
| parent | 05cc4859ad289948175382daae0f3ef8c214a8f5 (diff) | |
| download | bcm5719-llvm-25ec226dfc5f76a9e84a277e444ba4641dd0b889.tar.gz bcm5719-llvm-25ec226dfc5f76a9e84a277e444ba4641dd0b889.zip | |
[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.
llvm-svn: 288981
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml | 4 | ||||
| -rw-r--r-- | llvm/test/ObjectYAML/MachO/DWARF-debug_str.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml b/llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml index b874c27612a..07365148bb8 100644 --- a/llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml +++ b/llvm/test/ObjectYAML/MachO/DWARF-debug_abbrev.yaml @@ -286,7 +286,7 @@ LoadCommands: reserved2: 0x00000000 reserved3: 0x00000000 DWARF: - AbbrevDecls: + debug_abbrev: - Code: 0x00000001 Tag: DW_TAG_compile_unit Children: DW_CHILDREN_yes @@ -360,7 +360,7 @@ DWARF: ... #CHECK: DWARF: -#CHECK: AbbrevDecls: +#CHECK: debug_abbrev: #CHECK: - Code: 0x00000001 #CHECK: Tag: DW_TAG_compile_unit #CHECK: Children: DW_CHILDREN_yes diff --git a/llvm/test/ObjectYAML/MachO/DWARF-debug_str.yaml b/llvm/test/ObjectYAML/MachO/DWARF-debug_str.yaml index c0557bc7eef..417a755642b 100644 --- a/llvm/test/ObjectYAML/MachO/DWARF-debug_str.yaml +++ b/llvm/test/ObjectYAML/MachO/DWARF-debug_str.yaml @@ -240,7 +240,7 @@ LinkEditData: - __mh_execute_header - _main DWARF: - DebugStrings: + debug_str: - '' - 'clang version 4.0.0 (trunk 288677) (llvm/trunk 288676)' - hello_world.c @@ -253,7 +253,7 @@ DWARF: ... #CHECK: DWARF: -#CHECK: DebugStrings: +#CHECK: debug_str: #CHECK: - '' #CHECK: - 'clang version 4.0.0 (trunk 288677) (llvm/trunk 288676)' #CHECK: - hello_world.c |

