mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
4e4db7adfc
Kevin Enderby! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74944 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
185 B
ArmAsm
9 lines
185 B
ArmAsm
# RUN: llvm-mc %s > %t
|
|
|
|
# RUN: grep -A 3 TEST0 %t > %t2
|
|
# RUN: grep ".comm a,6,2" %t2 | count 1
|
|
# RUN: grep ".comm b,8" %t2 | count 1
|
|
TEST0:
|
|
.comm a, 4+2, 2
|
|
.comm b,8
|