Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }
authorDaniel Dunbar <daniel@zuster.org>
Wed, 24 Jun 2009 23:30:00 +0000 (23:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 24 Jun 2009 23:30:00 +0000 (23:30 +0000)
commita0d1426af0bd05e1ae69481cdb75d2913e7e1ac1
tree89e76fdb73b893ab20a7e7eb83bcc0c1d429a748
parent023dd3fb0b2ea3ffd26b672829e4806a9b892b81
Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }
 - Includes some DG tests in test/MC/AsmParser, which are rather primitive since
   we don't have a -verify mode yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74139 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/dg.exp [new file with mode: 0644]
test/MC/AsmParser/directive_ascii.s [new file with mode: 0644]
test/MC/AsmParser/directive_fill.s [new file with mode: 0644]
test/MC/AsmParser/directive_space.s [new file with mode: 0644]
test/MC/AsmParser/directive_values.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h
tools/llvm-mc/llvm-mc.cpp