[MachOYAML] Removing duplicated field from LC_UUID YAML

The uuid_command was duplicating the load_command.cmdsize field. This removes the duplicate from the YAML mapping and from the test cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Bieneman 2016-05-20 18:36:52 +00:00
parent 0da74c8399
commit 28b72d65ff
3 changed files with 0 additions and 4 deletions

View File

@ -439,7 +439,6 @@ void MappingTraits<MachO::twolevel_hints_command>::mapping(
void MappingTraits<MachO::uuid_command>::mapping(
IO &IO, MachO::uuid_command &LoadCommand) {
IO.mapRequired("cmdsize", LoadCommand.cmdsize);
IO.mapRequired("uuid", LoadCommand.uuid);
}

View File

@ -97,7 +97,6 @@ LoadCommands:
cmdsize: 32
name: 12
- cmd: LC_UUID
cmdsize: 24
cmdsize: 24
uuid: 461A1B28-822F-3F38-B670-645419E636F5
- cmd: LC_VERSION_MIN_MACOSX
@ -225,7 +224,6 @@ LoadCommands:
#CHECK: name: 12
#CHECK: - cmd: LC_UUID
#CHECK: cmdsize: 24
#CHECK: cmdsize: 24
#CHECK: uuid: 461A1B28-822F-3F38-B670-645419E636F5
#CHECK: - cmd: LC_VERSION_MIN_MACOSX
#CHECK: cmdsize: 16

View File

@ -207,7 +207,6 @@ LoadCommands:
cmdsize: 32
name: 12
- cmd: LC_UUID
cmdsize: 24
cmdsize: 24
uuid: 461A1B28-822F-3F38-B670-645419E636F5
- cmd: LC_VERSION_MIN_MACOSX