Added a tester for the enhanced disassembler,

integrated into the llvm-mc testing tool.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Callanan
2010-04-09 01:43:16 +00:00
parent be02b20a8f
commit 8c0a1608d5
5 changed files with 256 additions and 49 deletions

View File

@ -27,6 +27,9 @@ public:
static int disassemble(const Target &target,
const std::string &tripleString,
MemoryBuffer &buffer);
static int disassembleEnhanced(const std::string &tripleString,
MemoryBuffer &buffer);
};
} // namespace llvm