[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / aligned-comm.ll
blobba6b670eff59403a2c966f4c67c5dec43c7fc41e
1 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s --check-prefix=i686
2 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s --check-prefix=DARWIN
3 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | FileCheck %s --check-prefix=DARWIN
4 ; RUN: llc < %s -mtriple=i386-apple-darwin8 | FileCheck %s --check-prefix=DARWIN8
6 ; i686: array,16512
7 ; DARWIN8: array,16512
8 ; DARWIN: array,16512,7
10 ; Darwin 9+ should get alignment on common symbols.
11 @array = common global [4128 x i32] zeroinitializer, align 128