The Mips standalone assembler intial directive support.
authorJack Carter <jcarter@mips.com>
Fri, 7 Sep 2012 00:48:02 +0000 (00:48 +0000)
committerJack Carter <jcarter@mips.com>
Fri, 7 Sep 2012 00:48:02 +0000 (00:48 +0000)
commitacbea45573078631e116c2aa91e57d3a9cb2dde1
tree48c18a739c38dc4f16d0aa3283b97521bc7f2b97
parentf740d6e328bd10904b079e1ce6583f436d6c9817
The Mips standalone assembler intial directive support.

Actually these are just stubs for parsing the directives.
Semantic support will come later.

Test cases included

Contributer: Vladimir Medic

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163364 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/mips_directives.s [new file with mode: 0644]