Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
authorKevin Enderby <enderby@apple.com>
Mon, 20 Jul 2009 20:25:37 +0000 (20:25 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 20 Jul 2009 20:25:37 +0000 (20:25 +0000)
commit5026ae4514caf5bb88d6c09fbf56a9db2753ed43
treea610cc7a46320195b936b5584f68a38ede2c2190
parentdbd692a66e6a5f60ec3ff120ed27ae3a918c375f
Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
the parsing of the .dump and .load should be done in the assembly parser and
not have any need for an MCStreamer API.  Changed the code for now so these
just produce an error saying these specific directives are not yet implemented
since they are likely no longer used and may never need to be implemented.

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