Added llvm-mc support for parsing the .include directive.
authorKevin Enderby <enderby@apple.com>
Tue, 14 Jul 2009 23:21:55 +0000 (23:21 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 14 Jul 2009 23:21:55 +0000 (23:21 +0000)
commit1f049b24c7e520ecfd2291b7d30eb5abc3aee852
tree3d0ccca57a54fe10e39a2325b3acc214c58ad77a
parent1f318e00bad8b7499ef14d5732bcbda89243ec89
Added llvm-mc support for parsing the .include directive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75711 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/directive_include.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h