blob: 8c91b8b5d0e612728f5db82d00472eb3ba309421 [file] [log] [blame]
Reid Spencer1c0c94d2007-04-15 19:11:47 +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 | \
4; RUN: grep align.*2 | wc | grep 2
5; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-linux | \
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
Reid Spencer4575ab22007-04-15 23:00:46 +00009; XFAIL: *
Rafael Espindola1c411de2006-12-07 22:38:06 +000010
11%a = global bool true
12%b = global sbyte 1
13%c = global short 2
14%d = global int 3
15%e = global long 4
16%f = global float 5.0
17%g = global double 6.0