1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include/llvm/MC/MCParser
David Peixotto 5d70ac3303 Fix parsing of .symver directive on ARM
ARM assembly syntax uses @ for a comment, execpt for the second
parameter of the .symver directive which requires @ as part of the
symbol name. This commit fixes the parsing of this directive by
adding a special case for ARM for this one argumnet.

To make the change we had to move the AllowAtInIdentifier variable
to the MCAsmLexer interface (from AsmLexer) and expose a setter for
the value.  The ELFAsmParser then toggles this value when parsing
the second argument to the .symver directive for a target that
uses @ as a comment symbol

llvm-svn: 199339
2014-01-15 22:40:02 +00:00
..
AsmCond.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
AsmLexer.h Fix parsing of .symver directive on ARM 2014-01-15 22:40:02 +00:00
MCAsmLexer.h Fix parsing of .symver directive on ARM 2014-01-15 22:40:02 +00:00
MCAsmParser.h MCParser: introduce Note and use it for ARM AsmParser 2014-01-07 02:28:31 +00:00
MCAsmParserExtension.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
MCParsedAsmOperand.h [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn 2013-04-22 22:04:25 +00:00