David Majnemer
5a67e2b1b8
Update a .fill test to use the updated semantics.
...
Something funny happened, this should've been part of r200606.
llvm-svn: 200607
2014-02-01 07:36:52 +00:00
David Majnemer
522d3db745
MC: Improve the .fill directive's compatibility with GAS
...
Per the GAS documentation, .fill should permit pattern widths that
aren't a power of two. While I was in the neighborhood, I added some
sanity checking. This change was motivated by a use of this construct
in the Linux Kernel.
llvm-svn: 200606
2014-02-01 07:19:38 +00:00
Roman Divacky
e33098f5cb
Make the size and expr arguments of .fill directive optional.
...
llvm-svn: 191318
2013-09-24 17:44:41 +00:00
Daniel Dunbar
8e5edd81bb
llvm-mc: Accept .fill size of 8.
...
llvm-svn: 79635
2009-08-21 15:43:35 +00:00
Daniel Dunbar
8c6bad2f66
llvm-mc: Add -triple, and start fetching the target asm printer.
...
llvm-svn: 76257
2009-07-17 22:38:58 +00:00
Chris Lattner
a3a9ebf506
Switch all the MC tests to use FileCheck.
...
llvm-svn: 75039
2009-07-08 20:50:34 +00:00
Daniel Dunbar
a10e519e04
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.
llvm-svn: 74139
2009-06-24 23:30:00 +00:00