forked from OSchip/llvm-project
1a3f88658a
This implements an LLVM tool that's flag- and output-compatible with macOS's `otool` -- except for bugs, but from testing with both `otool` and `xcrun otool-classic`, llvm-otool matches vanilla otool's behavior very well already. It's not 100% perfect, but it's a very solid start. This uses the same approach as llvm-objcopy: llvm-objdump uses a different OptTable when it's invoked as llvm-otool. This is possible thanks to D100433. Differential Revision: https://reviews.llvm.org/D100583 |
||
---|---|---|
.. | ||
COFF | ||
ELF | ||
Inputs | ||
MachO | ||
X86 | ||
XCOFF | ||
wasm | ||
all-headers.test | ||
archive-headers.test | ||
eh_frame-mipsel.test | ||
eh_frame_zero_cie.test | ||
embedded-source.test | ||
file-headers-pe.test | ||
full-contents.test | ||
help.test | ||
invalid-input.test | ||
invalid-symbol-table-size.test | ||
malformed-archives.test | ||
mattr-mcpu-help.test | ||
non-archive-object.test | ||
openbsd-headers.test | ||
option-grouping.test | ||
private-headers-dynamic-section.test | ||
private-headers-no-dynamic-segment.test | ||
private-headers-no-dynamic.test | ||
relocation-xindex-symbol.test | ||
relocations-in-nonreloc.test | ||
section-filter.test | ||
section-headers.test | ||
tool-name.test | ||
unimplemented-features.test | ||
verneed-wrong-info.test | ||
warn-missing-section.test | ||
warn-on-out-of-range-start-stop-address.test |