blob: d145946962ccf0702d516bb665b24df8f4ea599f [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | \
2; RUN: grep align.*1 | wc | grep 1
3; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux-gnueabi | \
4; RUN: grep align.*2 | wc | grep 2
5; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux-gnueabi | \
6; RUN: grep align.*3 | wc | grep 2
7; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin | \
8; RUN: grep align.*2 | wc | grep 4
9
10%a = global bool true
11%b = global sbyte 1
12%c = global short 2
13%d = global int 3
14%e = global long 4
15%f = global float 5.0
16%g = global double 6.0