1 # RUN: not llvm-mc -triple i386-apple-darwin9 %s 2> %t.err | FileCheck %s
2 # RUN: FileCheck < %t.err %s --check-prefix=CHECK-WARN
12 # CHECK: .p2alignl 3, 0x0, 2
17 # CHECK-WARN: error: alignment must be a power of 2
18 # CHECK: .p2align 1, 0xa
22 # CHECK-WARN: p2align directive with no operand(s) is ignored
27 # CHECK: .p2align 31, 0x90
28 # CHECK-WARN: error: alignment must be smaller than 2**32
30 .balign 0x100000000, 0x90
33 # CHECK: .p2align 31, 0x90
34 # CHECK-WARN: error: alignment must be a power of 2
35 # CHECK-WARN: error: alignment must be smaller than 2**32
37 .balign 0x100000001, 0x90