Mercurial > hg > CbC > CbC_llvm
annotate test/CodeGen/X86/aligned-comm.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
rev | line source |
---|---|
0 | 1 ; RUN: llc < %s -march=x86 |
2 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep "array,16512,7" | |
3 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep "array,16512,7" | |
4 | |
5 ; Darwin 9+ should get alignment on common symbols. | |
6 @array = common global [4128 x i32] zeroinitializer, align 128 |