Added llvm-mc support for parsing the .dump and .load directives.
authorKevin Enderby <enderby@apple.com>
Wed, 15 Jul 2009 15:30:11 +0000 (15:30 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 15 Jul 2009 15:30:11 +0000 (15:30 +0000)
commit6e68cd96b2c76c80bfff07e8121ba19691ec1276
treef97a4cf04c01009e2b0378c123bd462b80912091
parenta4b048668418f74dfb2399421dc54db1d999c9cd
Added llvm-mc support for parsing the .dump and .load directives.

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