implement .include in the lexer/parser instead of passing it into the streamer.
authorChris Lattner <sabre@nondot.org>
Thu, 16 Jul 2009 06:14:39 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Jul 2009 06:14:39 +0000 (06:14 +0000)
commit8e25e2d801bb1119cea080c7c860adcfbf85d65d
tree0dd48770cc0b11e59fc5e5d79994070c76e82a90
parentc2b443a698493d3f2fe6ce2d8e7798a659eb3aae
implement .include in the lexer/parser instead of passing it into the streamer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75896 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/directive_include.s
tools/llvm-mc/AsmLexer.cpp
tools/llvm-mc/AsmLexer.h
tools/llvm-mc/AsmParser.cpp