llvm-6502/lib/MC
Kevin Enderby 5026ae4514 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
2009-07-20 20:25:37 +00:00
..
CMakeLists.txt Add MCAsmLexer interface. 2009-07-20 20:01:54 +00:00
Makefile
MCAsmLexer.cpp Add MCAsmLexer interface. 2009-07-20 20:01:54 +00:00
MCAsmParser.cpp Add MCAsmParser interface. 2009-07-20 18:55:04 +00:00
MCAsmStreamer.cpp Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
MCContext.cpp We decided to not worry about Atoms for now, it should be straightforward to 2009-06-24 17:00:42 +00:00
MCStreamer.cpp Start MCAsmStreamer implementation. 2009-06-24 01:03:06 +00:00
TargetAsmParser.cpp llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00