llvm-mc: Support .zerofill emission.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 05:49:21 +0000 (05:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 05:49:21 +0000 (05:49 +0000)
commitd5a8e98ef627a35284c9b5989664514f8f163968
tree4f45d76a4e219a3c4c5cdcf3e4f22d65653b0273
parentedc670f3f2ba629b6803a1a7ed4aa47061afd276
llvm-mc: Support .zerofill emission.
 - I'm still trying to figure out the cleanest way to implement this and match the assembler, currently there are some substantial differences.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80347 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
lib/MC/MCAssembler.cpp
lib/MC/MCMachOStreamer.cpp
test/MC/MachO/lcomm-attributes.s [new file with mode: 0644]
test/MC/MachO/zerofill-1.s [new file with mode: 0644]
test/MC/MachO/zerofill-2.s [new file with mode: 0644]
test/MC/MachO/zerofill-3.s [new file with mode: 0644]