mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 06:16:09 +00:00

file with -macho, the Mach-O specific object file parser option. After some discussion I chose to do this implementation contained in the logic of llvm-objdump’s MachODump.cpp using a second disassembler for thumb when needed and with updates mostly contained in the MachOObjectFile class. llvm-svn: 215931