[llvm-commits] [PATCH] adding the -no-show-raw-insn option to llvm-objdump

Eli Bendersky eliben at google.com
Mon Nov 19 16:40:56 PST 2012


Hi All,

I'm attaching a patch for llvm-objdump which adds the
-no-show-raw-insn option from objdump (do not print the raw
instruction encoding when disassembling). Please take a look.

The patch itself is pretty simple but it raises an interesting concern
about the lack of tests targeted at llvm-objdump (and possibly other
tools we have). I assume there won't be much disagreement on whether
we should have tests for the tools at all, but where should we put
them? AFAICS, test/tools does not exist. Should it be added?

Eli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: objdump_noraw_option.1.patch
Type: application/octet-stream
Size: 1158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121119/e81a509d/attachment.obj>


More information about the llvm-commits mailing list