Skip to content
  1. Jan 16, 2014
  2. Jan 15, 2014
    • David Peixotto's avatar
      Fix parsing of .symver directive on ARM · c0f92a2d
      David Peixotto authored
      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
      c0f92a2d
Loading