llvm-mc: Support quoted identifiers.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 21:55:09 +0000 (21:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 31 Jul 2009 21:55:09 +0000 (21:55 +0000)
commit76c4d7696c1eb566d53467a76024c5fdadd448e4
tree9268553718430fe128cdf74a169e6707d9d51d1b
parent7a01e959156ba4e0a15b45a1f153f67d1646c0a5
llvm-mc: Support quoted identifiers.
 - Uses MCAsmToken::getIdentifier which returns the (sub)string representing the
   meaningfull contents a string or identifier token.

 - Directives aren't done yet.

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