[LLVMdev] forcing llvm-objdump to disassemble (original) (raw)
Michael Spencer bigcheesegs at gmail.com
Mon Oct 27 14:58:49 PDT 2014
- Previous message: [LLVMdev] forcing llvm-objdump to disassemble
- Next message: [LLVMdev] Moderators needed for LLVM Developers' Meeting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [LLVMdev] forcing llvm-objdump to disassemble
- Next message: [LLVMdev] Moderators needed for LLVM Developers' Meeting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]