Added a Lex function to the AsmParser, to allow handling
authorSean Callanan <scallanan@apple.com>
Tue, 19 Jan 2010 20:22:31 +0000 (20:22 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 19 Jan 2010 20:22:31 +0000 (20:22 +0000)
commit79ed1a8734f4c13e878db6beac5d791b76f22261
tree4b08ce128bc4e342479f5f681d288137b04611d5
parent8c5ee7147b84f6171b51d4afd5466c59d8c84fef
Added a Lex function to the AsmParser, to allow handling
of include directives to occur within the parser itself.
This will break the lexer's dependency on a SourceMgr as
input.

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