1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/MC/AsmParser/directive_org.s
Daniel Dunbar bfc585a86e MC: Parse .org directives.
llvm-svn: 74218
2009-06-25 22:44:51 +00:00

12 lines
216 B
ArmAsm

# 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