Example output:
Linker Options {
Size: 32 Count: 2 Strings [ Value: -framework Value: Cocoa ]
}
There were only two tests using this -- so I converted them as part of this commit rather than separately.
Paths
| Differential D12702
[llvm-readobj] MachO -- dump LinkerOptions load command ClosedPublic Authored by davide on Sep 8 2015, 12:53 PM.
Details Summary Example output: Linker Options { Size: 32 Count: 2 Strings [ Value: -framework Value: Cocoa ] } There were only two tests using this -- so I converted them as part of this commit rather than separately.
Diff Detail Event Timelinedavide updated this object. • rafael edited edge metadata. Comment ActionsLGTM with a nit.
This revision is now accepted and ready to land.Sep 8 2015, 1:22 PM Closed by commit rL247106: [llvm-readobj] MachO -- dump LinkerOptions load command. (authored by davide). · Explain WhySep 8 2015, 5:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34242 test/MC/MachO/linker-option-2.s
test/MC/MachO/linker-options.ll
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp
|
Count is redundant with the dump of each entry.