forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
Inputs | ||
arm64_32-fat.test | ||
arm64_32.s | ||
lit.local.cfg | ||
mach-print-armv8crypto.test | ||
macho-arm64-subtypes.test | ||
macho-fat-arm-disasm.test | ||
macho-kextbundle.test | ||
macho-link-opt-hints.test | ||
macho-print-mrs.test | ||
macho-print-thread-arm64_32.test | ||
macho-print-thread.test | ||
macho-private-headers.test | ||
macho-reloc-addend.test | ||
macho-symbolized-disassembly.test | ||
macho-zerofill.s | ||
pc-rel-targets.test |