llvm-6502/tools/llvm-mc
Kevin Enderby 9823ca971d Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of
supporting other targets.  Changed the code to pass MCAsmInfo to the parser
and the lexer.  Then changed the lexer to use CommentString from MCAsmInfo
instead of a literal '#' character.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81046 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-04 21:45:34 +00:00
..
AsmCond.h Always initialize AsmConds. 2009-08-08 11:26:50 +00:00
AsmLexer.cpp Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of 2009-09-04 21:45:34 +00:00
AsmLexer.h Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of 2009-09-04 21:45:34 +00:00
AsmParser.cpp llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. 2009-08-31 08:09:28 +00:00
AsmParser.h Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of 2009-09-04 21:45:34 +00:00
CMakeLists.txt llvm-mc: Move AsmExpr into MC lib (as MCExpr). 2009-08-31 08:06:59 +00:00
llvm-mc.cpp Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of 2009-09-04 21:45:34 +00:00
Makefile Don't install llvm-mc by default. 2009-08-21 07:28:33 +00:00