Test harness for the LLVM disassembler. When invoked
authorSean Callanan <scallanan@apple.com>
Thu, 17 Dec 2009 01:49:59 +0000 (01:49 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 17 Dec 2009 01:49:59 +0000 (01:49 +0000)
commitba847da571354e13f1caa3699ee06b2d57df9fe9
tree266704e1f4655ccfdb7ec3e2d435b8a2af984859
parent4c2b001f1359d10807c89ff0480e8799a1adbe96
Test harness for the LLVM disassembler.  When invoked
with -disassemble, llvm-mc now accepts lines of the
form
0x00 0x00
and passes the resulting bytes to the disassembler for
the chosen (or default) target, printing the result.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91579 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/HexDisassembler.cpp [new file with mode: 0644]
tools/llvm-mc/HexDisassembler.h [new file with mode: 0644]
tools/llvm-mc/llvm-mc.cpp