Add MCAsmLexer interface.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 20 Jul 2009 20:01:54 +0000 (20:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 20 Jul 2009 20:01:54 +0000 (20:01 +0000)
commitdbd692a66e6a5f60ec3ff120ed27ae3a918c375f
tree6d907de7a0162d51e5dbc71592dfdf2bdffe127e
parent753480ad204c122dab5942ff40f7f5b10c7a891e
Add MCAsmLexer interface.
 - This provides the AsmLexer interface to the target specific assembly parsers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76460 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmLexer.h [new file with mode: 0644]
include/llvm/MC/MCAsmParser.h
lib/MC/CMakeLists.txt
lib/MC/MCAsmLexer.cpp [new file with mode: 0644]
lib/Target/X86/AsmParser/X86AsmParser.cpp
tools/llvm-mc/AsmLexer.h
tools/llvm-mc/AsmParser.h