summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_space.s
blob: 6159775de4bce4bdf1e5e91f45145416f1f282d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: llvm-mc %s > %t

# RUN: grep -A 2 TEST0 %t > %t2
# RUN: grep ".byte 0" %t2 | count 1
TEST0:  
        .space 1

# RUN: grep -A 3 TEST1 %t > %t2
# RUN: grep ".byte 3" %t2 | count 2
TEST1:  
        .space 2, 3
OpenPOWER on IntegriCloud