[LLVMdev] forcing llvm-objdump to disassemble

Michael Spencer bigcheesegs at gmail.com
Mon Oct 27 14:58:49 PDT 2014


On Wed, Oct 15, 2014 at 6:45 PM, Mark Laws <mdl at 60hz.org> wrote:
> Hi,
>
> Is there a way to force llvm-objdump to disassemble a file regardless
> of its detected object format? With binutils, you can do:
>
> objdump -D -b binary -m mips:isa64r2 file
>
> to force disassembly. You can also provide starting and ending addresses.
>
> Thanks,
> Mark Laws

llvm-objdump does not currently support anything like this. It would
be a great addition though.

- Michael Spencer



More information about the llvm-dev mailing list