Added the first bits of the ARM target assembler to llvm-mc.  For now it only
parses the .word directive as 4 bytes and ARMAsmParser::ParseInstruction will
give an error is called.  Broke out the test of the .word directive into two
different test cases, one for x86 and one for arm.

llvm-svn: 81817
7 files changed
tree: 832e875103beab8529badfdc3190be270e1bcbf3
  1. clang/
  2. compiler-rt/
  3. llvm/