summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_org.s
blob: ac50f635e6bba35fd47005ac8d3c861a384c918d (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 ".org 1, 0" %t2 | count 1
TEST0:  
        .org 1

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