2009-09-09 07:54:48 +08:00
|
|
|
; RUN: llc < %s -march=x86
|
|
|
|
; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep {array,16512,7}
|
|
|
|
; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep {array,16512,7}
|
|
|
|
; RUN: llc < %s -mtriple=i386-apple-darwin8 | not grep {7}
|
2008-01-03 03:48:24 +08:00
|
|
|
|
|
|
|
; Darwin 9+ should get alignment on common symbols. Darwin8 does
|
|
|
|
; not support this.
|
2008-05-16 08:52:30 +08:00
|
|
|
@array = common global [4128 x i32] zeroinitializer, align 128
|