summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_symbol_attrs.s
blob: 186e967395086cff27c2e9e35e465c76b4466e05 (plain)
1
2
3
4
5
6
7
# RUN: llvm-mc %s > %t

# RUN: grep -A 3 TEST0 %t > %t2
# RUN: grep ".globl a" %t2 | count 1
# RUN: grep ".globl b" %t2 | count 1
TEST0:  
        .globl a, b
OpenPOWER on IntegriCloud