Moved handling of inclusion from the AsmLexer to
authorSean Callanan <scallanan@apple.com>
Thu, 21 Jan 2010 00:19:58 +0000 (00:19 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 21 Jan 2010 00:19:58 +0000 (00:19 +0000)
commitfd0b0288e2ee5ccf3f1d47090542710c67a77cf7
treebc4826e2dfb787c6eef093ba692a2163936207a6
parent05273448533565cf14d70e10f88919ee51755bc8
Moved handling of inclusion from the AsmLexer to
the AsmParser, breaking AsmLexer's dependence on
SourceMgr.

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