mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
[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:
parent
0da74c8399
commit
28b72d65ff
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user