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)
commit2b11c7de4ae182496438e166cb6758d41b6e1740
tree83d536fbd7314bbda2949a2696eaf97851fb670b
parent027d9f93ea2ead9c5e2976f0f5cd606073c9895e
Add MCAsmLexer interface.
 - This provides the AsmLexer interface to the target specific assembly parsers.

llvm-svn: 76460
llvm/include/llvm/MC/MCAsmLexer.h [new file with mode: 0644]
llvm/include/llvm/MC/MCAsmParser.h
llvm/lib/MC/CMakeLists.txt
llvm/lib/MC/MCAsmLexer.cpp [new file with mode: 0644]
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/tools/llvm-mc/AsmLexer.h
llvm/tools/llvm-mc/AsmParser.h