llvm-mc: Add option for prefering hex format disassembly.
authorJim Grosbach <grosbach@apple.com>
Wed, 11 Jun 2014 20:26:40 +0000 (20:26 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 11 Jun 2014 20:26:40 +0000 (20:26 +0000)
commit7ca05676526739a3aaa91ade5afed753b7bb45d3
tree902e07f78bf2e80f0a158d0646e939eb6adbf8dd
parent7fa80b45ebcb3ecde309e048fc207aa4c4858680
llvm-mc: Add option for prefering hex format disassembly.

Previously there was a separate mode entirely (--hdis vs.
--disassemble). It makes a bit more sense for the immediate printing
style to be a flag for --disassmeble rather than an entirely different
thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210700 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/ARM/hex-immediates.txt
test/MC/Disassembler/X86/hex-immediates.txt
test/MC/Disassembler/X86/moffs.txt
tools/llvm-mc/llvm-mc.cpp