Second try at integrating the edis tester. This
authorSean Callanan <scallanan@apple.com>
Mon, 12 Apr 2010 19:43:00 +0000 (19:43 +0000)
committerSean Callanan <scallanan@apple.com>
Mon, 12 Apr 2010 19:43:00 +0000 (19:43 +0000)
commit668b15467be158a5f0e0c4a5e1ec232da021892c
tree48d632e7bf9d67a14f6a967b8fb564b9b8306bdb
parentbb6e9d8cf7c5a51b2f66568accc489927f0d538e
Second try at integrating the edis tester.  This
time I use the LIBS variable, which is not subject
to a %.a -> -l% transformation, to link llvm-mc
against libEnhancedDisassembly.

llvm-mc -edis works the same as llvm-mc
-disassemble, but outputs tokens and operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101058 91177308-0d34-0410-b5e6-96231b3b80d8
tools/Makefile
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/Disassembler.h
tools/llvm-mc/Makefile
tools/llvm-mc/llvm-mc.cpp