[PATCH] D12702: [llvm-readobj] MachO -- dump LinkerOptions load command

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 12:53:50 PDT 2015


davide created this revision.
davide added reviewers: rafael, grosbach, echristo.
davide added a subscriber: llvm-commits.

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.

http://reviews.llvm.org/D12702

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12702.34242.patch
Type: text/x-patch
Size: 5682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150908/35194eec/attachment.bin>


More information about the llvm-commits mailing list