ARM: prepare prefix parsing for improved AAELF support
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 13 Jan 2015 03:22:49 +0000 (03:22 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 13 Jan 2015 03:22:49 +0000 (03:22 +0000)
commitfaa4f074eb99de3fab08aed7d154f460235a0c22
treebfa453e26d3d54bc167dc11e6e8dc05a9c71468f
parent7ad6d620b7da7812d6fd948660f1c33d3456edda
ARM: prepare prefix parsing for improved AAELF support

AAELF specifies a number of ELF specific relocation types which have custom
prefixes for the symbol reference.  Switch the parser to be more table driven
with an idea of file formats for which they apply.  NFC.

llvm-svn: 225758
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp