[llvm-commits] [llvm] r94400 - in /llvm/trunk: lib/Target/ARM/ARMMCAsmInfo.cpp test/CodeGen/ARM/align.ll test/CodeGen/ARM/globals.ll

Chris Lattner clattner at apple.com
Sun Jan 24 23:05:05 PST 2010


On Jan 24, 2010, at 8:59 PM, Jim Grosbach wrote:

> 
> With that line removed, we generate:
> .comm	_bar,75,7
> 
> So the alignment appears to being added correctly to the assembly file. The darwin assembler accepts this  without complaint.
> 
> Checked in as r94408.

Great, thanks!





More information about the llvm-commits mailing list